Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomType ¶
type CustomType interface { Marshal() ([]byte, error) MarshalTo(data []byte) (n int, err error) Unmarshal(data []byte) error gogoproto.Sizer jsonpb.JSONPBMarshaler jsonpb.JSONPBUnmarshaler }
CustomType is an interface that Gogo expects custom types to implement. https://github.com/gogo/protobuf/blob/master/custom_types.md
Click to show internal directories.
Click to hide internal directories.