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