Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BinaryCoding ¶
type BinaryCoding interface { encoding.BinaryMarshaler encoding.BinaryUnmarshaler }
func Json ¶
func Json(v any) BinaryCoding
func Protobuf ¶ added in v0.0.4
func Protobuf(v proto.Message) BinaryCoding
func ProtobufGogo ¶ added in v0.0.5
func ProtobufGogo(v gogo_proto.Message) BinaryCoding
Click to show internal directories.
Click to hide internal directories.