Home
last modified time | relevance | path

Searched refs:unversionBody (Results 1 – 2 of 2) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/chat/
H A Dboxer.go983 body, ierr = b.unversionBody(ctx, bodyVersioned)
1074 func (b *Boxer) unversionBody(ctx context.Context, bodyVersioned chat1.BodyPlaintext) (chat1.Messag… func
H A Dboxer_test.go1802 …_, err = boxer.unversionBody(context.Background(), chat1.BodyPlaintext{Version__: maxBodyVersion, …