Documentation
¶
Overview ¶
Package proto is a generated protocol buffer package.
It is generated from these files:
types.proto
It has these top-level messages:
Cache
Index ¶
- Variables
- type Cache
- func (*Cache) Descriptor() ([]byte, []int)
- func (m *Cache) Marshal() (dAtA []byte, err error)
- func (m *Cache) MarshalTo(dAtA []byte) (int, error)
- func (*Cache) ProtoMessage()
- func (m *Cache) Reset()
- func (m *Cache) Size() (n int)
- func (m *Cache) String() string
- func (m *Cache) Unmarshal(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthTypes = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowTypes = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct {
Data [][]byte `protobuf:"bytes,1,rep,name=data" json:"data,omitempty"`
}
func (*Cache) Descriptor ¶
func (*Cache) ProtoMessage ¶
func (*Cache) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.