 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Custom ¶
type Custom interface {
	Size() int
	Empty() bool
	Bytes() []byte
	Marshal() ([]byte, error)
	MarshalTo(data []byte) (int, error)
	Unmarshal(data []byte) error
	proto.Message
	// Should contains for proto.Clone
	proto.Merger
}
    Custom contains methods to satisfy proto.Message including custom methods to satisfy protobuf for non-proto defined types.
 Click to show internal directories. 
   Click to hide internal directories.