Documentation ¶
Overview ¶
Package com_HailoOSS_kernel_discovery_services is a generated protocol buffer package.
It is generated from these files:
github.com/HailoOSS/discovery-service/proto/services/services.proto
It has these top-level messages:
Request Response
Index ¶
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 { Services []*com_HailoOSS_kernel_discovery.Service `protobuf:"bytes,1,rep,name=services" json:"services,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Response) GetServices ¶
func (m *Response) GetServices() []*com_HailoOSS_kernel_discovery.Service
func (*Response) ProtoMessage ¶
func (*Response) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.