Documentation ¶
Overview ¶
Package com_HailoOSS_kernel_discovery_instances is a generated protocol buffer package.
It is generated from these files:
github.com/HailoOSS/discovery-service/proto/instances/instances.proto
It has these top-level messages:
Request Response Instance
Index ¶
- type Instance
- func (m *Instance) GetAzName() string
- func (m *Instance) GetHostname() string
- func (m *Instance) GetInstanceId() string
- func (m *Instance) GetMachineClass() string
- func (m *Instance) GetServiceDescription() string
- func (m *Instance) GetServiceName() string
- func (m *Instance) GetServiceVersion() uint64
- func (m *Instance) GetSubTopic() []string
- func (*Instance) ProtoMessage()
- func (m *Instance) Reset()
- func (m *Instance) String() string
- type Request
- type Response
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instance ¶
type Instance struct { InstanceId *string `protobuf:"bytes,1,req,name=instanceId" json:"instanceId,omitempty"` Hostname *string `protobuf:"bytes,2,req,name=hostname" json:"hostname,omitempty"` ServiceName *string `protobuf:"bytes,3,req,name=serviceName" json:"serviceName,omitempty"` ServiceDescription *string `protobuf:"bytes,4,opt,name=serviceDescription" json:"serviceDescription,omitempty"` ServiceVersion *uint64 `protobuf:"varint,5,req,name=serviceVersion" json:"serviceVersion,omitempty"` AzName *string `protobuf:"bytes,6,req,name=azName" json:"azName,omitempty"` SubTopic []string `protobuf:"bytes,7,rep,name=subTopic" json:"subTopic,omitempty"` MachineClass *string `protobuf:"bytes,8,opt,name=machineClass" json:"machineClass,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Instance) GetHostname ¶
func (*Instance) GetInstanceId ¶
func (*Instance) GetMachineClass ¶
func (*Instance) GetServiceDescription ¶
func (*Instance) GetServiceName ¶
func (*Instance) GetServiceVersion ¶
func (*Instance) GetSubTopic ¶
func (*Instance) ProtoMessage ¶
func (*Instance) ProtoMessage()
type Request ¶
type Request struct { AzName *string `protobuf:"bytes,1,opt,name=azName" json:"azName,omitempty"` ServiceName *string `protobuf:"bytes,2,opt,name=serviceName" json:"serviceName,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Request) GetServiceName ¶
func (*Request) ProtoMessage ¶
func (*Request) ProtoMessage()
type Response ¶
type Response struct { Instances []*Instance `protobuf:"bytes,1,rep,name=instances" json:"instances,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Response) GetInstances ¶
func (*Response) ProtoMessage ¶
func (*Response) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.