Documentation ¶
Overview ¶
Package com_HailoOSS_kernel_discovery_endpoints is a generated protocol buffer package.
It is generated from these files:
github.com/HailoOSS/discovery-service/proto/endpoints/endpoints.proto
It has these top-level messages:
Request Response
Index ¶
- type Request
- type Response
- type Response_Endpoint
- func (m *Response_Endpoint) GetFqName() string
- func (m *Response_Endpoint) GetMean() uint32
- func (m *Response_Endpoint) GetUpper95() uint32
- func (m *Response_Endpoint) GetVersion() uint64
- func (*Response_Endpoint) ProtoMessage()
- func (m *Response_Endpoint) Reset()
- func (m *Response_Endpoint) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct { Service *string `protobuf:"bytes,1,opt,name=service" json:"service,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Request) GetService ¶
func (*Request) ProtoMessage ¶
func (*Request) ProtoMessage()
type Response ¶
type Response struct { Endpoints []*Response_Endpoint `protobuf:"bytes,1,rep,name=endpoints" json:"endpoints,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Response) GetEndpoints ¶
func (m *Response) GetEndpoints() []*Response_Endpoint
func (*Response) ProtoMessage ¶
func (*Response) ProtoMessage()
type Response_Endpoint ¶
type Response_Endpoint struct { FqName *string `protobuf:"bytes,1,req,name=fqName" json:"fqName,omitempty"` Version *uint64 `protobuf:"varint,2,req,name=version" json:"version,omitempty"` Mean *uint32 `protobuf:"varint,3,req,name=mean" json:"mean,omitempty"` Upper95 *uint32 `protobuf:"varint,4,req,name=upper95" json:"upper95,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Response_Endpoint) GetFqName ¶
func (m *Response_Endpoint) GetFqName() string
func (*Response_Endpoint) GetMean ¶
func (m *Response_Endpoint) GetMean() uint32
func (*Response_Endpoint) GetUpper95 ¶
func (m *Response_Endpoint) GetUpper95() uint32
func (*Response_Endpoint) GetVersion ¶
func (m *Response_Endpoint) GetVersion() uint64
func (*Response_Endpoint) ProtoMessage ¶
func (*Response_Endpoint) ProtoMessage()
func (*Response_Endpoint) Reset ¶
func (m *Response_Endpoint) Reset()
func (*Response_Endpoint) String ¶
func (m *Response_Endpoint) String() string
Click to show internal directories.
Click to hide internal directories.