Documentation
¶
Index ¶
- Variables
- func RegisterSatelitDatastoreServer(s *grpc.Server, srv SatelitDatastoreServer)
- type CorePair
- type DHCPLease
- func (*DHCPLease) Descriptor() ([]byte, []int)deprecated
- func (x *DHCPLease) GetDnsServer() string
- func (x *DHCPLease) GetGateway() string
- func (x *DHCPLease) GetIp() string
- func (x *DHCPLease) GetMacAddress() string
- func (x *DHCPLease) GetMetadataServer() string
- func (x *DHCPLease) GetNetwork() string
- func (*DHCPLease) ProtoMessage()
- func (x *DHCPLease) ProtoReflect() protoreflect.Message
- func (x *DHCPLease) Reset()
- func (x *DHCPLease) String() string
- type GetCPUCoreByPinningGroupRequest
- func (*GetCPUCoreByPinningGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCPUCoreByPinningGroupRequest) GetHostname() string
- func (x *GetCPUCoreByPinningGroupRequest) GetPinningGroupName() string
- func (*GetCPUCoreByPinningGroupRequest) ProtoMessage()
- func (x *GetCPUCoreByPinningGroupRequest) ProtoReflect() protoreflect.Message
- func (x *GetCPUCoreByPinningGroupRequest) Reset()
- func (x *GetCPUCoreByPinningGroupRequest) String() string
- type GetCPUCoreByPinningGroupResponse
- func (*GetCPUCoreByPinningGroupResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCPUCoreByPinningGroupResponse) GetPairs() []*CorePair
- func (*GetCPUCoreByPinningGroupResponse) ProtoMessage()
- func (x *GetCPUCoreByPinningGroupResponse) ProtoReflect() protoreflect.Message
- func (x *GetCPUCoreByPinningGroupResponse) Reset()
- func (x *GetCPUCoreByPinningGroupResponse) String() string
- type GetDHCPLeaseRequest
- func (*GetDHCPLeaseRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDHCPLeaseRequest) GetMacAddress() string
- func (*GetDHCPLeaseRequest) ProtoMessage()
- func (x *GetDHCPLeaseRequest) ProtoReflect() protoreflect.Message
- func (x *GetDHCPLeaseRequest) Reset()
- func (x *GetDHCPLeaseRequest) String() string
- type GetDHCPLeaseResponse
- func (*GetDHCPLeaseResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDHCPLeaseResponse) GetLease() *DHCPLease
- func (*GetDHCPLeaseResponse) ProtoMessage()
- func (x *GetDHCPLeaseResponse) ProtoReflect() protoreflect.Message
- func (x *GetDHCPLeaseResponse) Reset()
- func (x *GetDHCPLeaseResponse) String() string
- type GetHostnameByAddressRequest
- func (*GetHostnameByAddressRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetHostnameByAddressRequest) GetAddress() string
- func (*GetHostnameByAddressRequest) ProtoMessage()
- func (x *GetHostnameByAddressRequest) ProtoReflect() protoreflect.Message
- func (x *GetHostnameByAddressRequest) Reset()
- func (x *GetHostnameByAddressRequest) String() string
- type GetHostnameByAddressResponse
- func (*GetHostnameByAddressResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetHostnameByAddressResponse) GetHostname() string
- func (*GetHostnameByAddressResponse) ProtoMessage()
- func (x *GetHostnameByAddressResponse) ProtoReflect() protoreflect.Message
- func (x *GetHostnameByAddressResponse) Reset()
- func (x *GetHostnameByAddressResponse) String() string
- type ListBridgeRequest
- type ListBridgeResponse
- func (*ListBridgeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListBridgeResponse) GetBridges() []*ListBridgeResponse_Bridge
- func (*ListBridgeResponse) ProtoMessage()
- func (x *ListBridgeResponse) ProtoReflect() protoreflect.Message
- func (x *ListBridgeResponse) Reset()
- func (x *ListBridgeResponse) String() string
- type ListBridgeResponse_Bridge
- func (*ListBridgeResponse_Bridge) Descriptor() ([]byte, []int)deprecated
- func (x *ListBridgeResponse_Bridge) GetInternalOnly() bool
- func (x *ListBridgeResponse_Bridge) GetMetadataCidr() string
- func (x *ListBridgeResponse_Bridge) GetName() string
- func (x *ListBridgeResponse_Bridge) GetVlanId() uint32
- func (*ListBridgeResponse_Bridge) ProtoMessage()
- func (x *ListBridgeResponse_Bridge) ProtoReflect() protoreflect.Message
- func (x *ListBridgeResponse_Bridge) Reset()
- func (x *ListBridgeResponse_Bridge) String() string
- type NumaNode
- func (*NumaNode) Descriptor() ([]byte, []int)deprecated
- func (x *NumaNode) GetLogicalCoreMax() uint32
- func (x *NumaNode) GetLogicalCoreMin() uint32
- func (x *NumaNode) GetPairs() []*CorePair
- func (x *NumaNode) GetPhysicalCoreMax() uint32
- func (x *NumaNode) GetPhysicalCoreMin() uint32
- func (*NumaNode) ProtoMessage()
- func (x *NumaNode) ProtoReflect() protoreflect.Message
- func (x *NumaNode) Reset()
- func (x *NumaNode) String() string
- type RegisterTeleskopAgentRequest
- func (*RegisterTeleskopAgentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RegisterTeleskopAgentRequest) GetEndpoint() string
- func (x *RegisterTeleskopAgentRequest) GetHostname() string
- func (x *RegisterTeleskopAgentRequest) GetIqn() string
- func (x *RegisterTeleskopAgentRequest) GetNodes() []*NumaNode
- func (*RegisterTeleskopAgentRequest) ProtoMessage()
- func (x *RegisterTeleskopAgentRequest) ProtoReflect() protoreflect.Message
- func (x *RegisterTeleskopAgentRequest) Reset()
- func (x *RegisterTeleskopAgentRequest) String() string
- type RegisterTeleskopAgentResponse
- func (*RegisterTeleskopAgentResponse) Descriptor() ([]byte, []int)deprecated
- func (*RegisterTeleskopAgentResponse) ProtoMessage()
- func (x *RegisterTeleskopAgentResponse) ProtoReflect() protoreflect.Message
- func (x *RegisterTeleskopAgentResponse) Reset()
- func (x *RegisterTeleskopAgentResponse) String() string
- type SatelitDatastoreClient
- type SatelitDatastoreServer
- type UnimplementedSatelitDatastoreServer
- func (*UnimplementedSatelitDatastoreServer) GetCPUCoreByPinningGroup(context.Context, *GetCPUCoreByPinningGroupRequest) (*GetCPUCoreByPinningGroupResponse, error)
- func (*UnimplementedSatelitDatastoreServer) GetDHCPLease(context.Context, *GetDHCPLeaseRequest) (*GetDHCPLeaseResponse, error)
- func (*UnimplementedSatelitDatastoreServer) GetHostnameByAddress(context.Context, *GetHostnameByAddressRequest) (*GetHostnameByAddressResponse, error)
- func (*UnimplementedSatelitDatastoreServer) ListBridge(context.Context, *ListBridgeRequest) (*ListBridgeResponse, error)
- func (*UnimplementedSatelitDatastoreServer) RegisterTeleskopAgent(context.Context, *RegisterTeleskopAgentRequest) (*RegisterTeleskopAgentResponse, error)
Constants ¶
This section is empty.
Variables ¶
var File_satelitDatastore_proto protoreflect.FileDescriptor
Functions ¶
func RegisterSatelitDatastoreServer ¶
func RegisterSatelitDatastoreServer(s *grpc.Server, srv SatelitDatastoreServer)
Types ¶
type CorePair ¶
type CorePair struct { PhysicalCore uint32 `protobuf:"varint,1,opt,name=physical_core,json=physicalCore,proto3" json:"physical_core,omitempty"` LogicalCore *uint32 `protobuf:"varint,2,opt,name=logical_core,json=logicalCore,proto3,oneof" json:"logical_core,omitempty"` // contains filtered or unexported fields }
func (*CorePair) Descriptor
deprecated
func (*CorePair) GetLogicalCore ¶
func (*CorePair) GetPhysicalCore ¶
func (*CorePair) ProtoMessage ¶
func (*CorePair) ProtoMessage()
func (*CorePair) ProtoReflect ¶
func (x *CorePair) ProtoReflect() protoreflect.Message
type DHCPLease ¶
type DHCPLease struct { MacAddress string `protobuf:"bytes,1,opt,name=mac_address,json=macAddress,proto3" json:"mac_address,omitempty"` Ip string `protobuf:"bytes,2,opt,name=ip,proto3" json:"ip,omitempty"` Network string `protobuf:"bytes,3,opt,name=network,proto3" json:"network,omitempty"` Gateway string `protobuf:"bytes,4,opt,name=gateway,proto3" json:"gateway,omitempty"` DnsServer string `protobuf:"bytes,5,opt,name=dns_server,json=dnsServer,proto3" json:"dns_server,omitempty"` MetadataServer string `protobuf:"bytes,6,opt,name=metadata_server,json=metadataServer,proto3" json:"metadata_server,omitempty"` // contains filtered or unexported fields }
func (*DHCPLease) Descriptor
deprecated
func (*DHCPLease) GetDnsServer ¶
func (*DHCPLease) GetGateway ¶
func (*DHCPLease) GetMacAddress ¶
func (*DHCPLease) GetMetadataServer ¶
func (*DHCPLease) GetNetwork ¶
func (*DHCPLease) ProtoMessage ¶
func (*DHCPLease) ProtoMessage()
func (*DHCPLease) ProtoReflect ¶
func (x *DHCPLease) ProtoReflect() protoreflect.Message
type GetCPUCoreByPinningGroupRequest ¶
type GetCPUCoreByPinningGroupRequest struct { Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"` PinningGroupName string `protobuf:"bytes,2,opt,name=pinning_group_name,json=pinningGroupName,proto3" json:"pinning_group_name,omitempty"` // contains filtered or unexported fields }
func (*GetCPUCoreByPinningGroupRequest) Descriptor
deprecated
func (*GetCPUCoreByPinningGroupRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCPUCoreByPinningGroupRequest.ProtoReflect.Descriptor instead.
func (*GetCPUCoreByPinningGroupRequest) GetHostname ¶
func (x *GetCPUCoreByPinningGroupRequest) GetHostname() string
func (*GetCPUCoreByPinningGroupRequest) GetPinningGroupName ¶
func (x *GetCPUCoreByPinningGroupRequest) GetPinningGroupName() string
func (*GetCPUCoreByPinningGroupRequest) ProtoMessage ¶
func (*GetCPUCoreByPinningGroupRequest) ProtoMessage()
func (*GetCPUCoreByPinningGroupRequest) ProtoReflect ¶
func (x *GetCPUCoreByPinningGroupRequest) ProtoReflect() protoreflect.Message
func (*GetCPUCoreByPinningGroupRequest) Reset ¶
func (x *GetCPUCoreByPinningGroupRequest) Reset()
func (*GetCPUCoreByPinningGroupRequest) String ¶
func (x *GetCPUCoreByPinningGroupRequest) String() string
type GetCPUCoreByPinningGroupResponse ¶
type GetCPUCoreByPinningGroupResponse struct { Pairs []*CorePair `protobuf:"bytes,1,rep,name=pairs,proto3" json:"pairs,omitempty"` // contains filtered or unexported fields }
func (*GetCPUCoreByPinningGroupResponse) Descriptor
deprecated
func (*GetCPUCoreByPinningGroupResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCPUCoreByPinningGroupResponse.ProtoReflect.Descriptor instead.
func (*GetCPUCoreByPinningGroupResponse) GetPairs ¶
func (x *GetCPUCoreByPinningGroupResponse) GetPairs() []*CorePair
func (*GetCPUCoreByPinningGroupResponse) ProtoMessage ¶
func (*GetCPUCoreByPinningGroupResponse) ProtoMessage()
func (*GetCPUCoreByPinningGroupResponse) ProtoReflect ¶
func (x *GetCPUCoreByPinningGroupResponse) ProtoReflect() protoreflect.Message
func (*GetCPUCoreByPinningGroupResponse) Reset ¶
func (x *GetCPUCoreByPinningGroupResponse) Reset()
func (*GetCPUCoreByPinningGroupResponse) String ¶
func (x *GetCPUCoreByPinningGroupResponse) String() string
type GetDHCPLeaseRequest ¶
type GetDHCPLeaseRequest struct { MacAddress string `protobuf:"bytes,1,opt,name=mac_address,json=macAddress,proto3" json:"mac_address,omitempty"` // contains filtered or unexported fields }
func (*GetDHCPLeaseRequest) Descriptor
deprecated
func (*GetDHCPLeaseRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDHCPLeaseRequest.ProtoReflect.Descriptor instead.
func (*GetDHCPLeaseRequest) GetMacAddress ¶
func (x *GetDHCPLeaseRequest) GetMacAddress() string
func (*GetDHCPLeaseRequest) ProtoMessage ¶
func (*GetDHCPLeaseRequest) ProtoMessage()
func (*GetDHCPLeaseRequest) ProtoReflect ¶
func (x *GetDHCPLeaseRequest) ProtoReflect() protoreflect.Message
func (*GetDHCPLeaseRequest) Reset ¶
func (x *GetDHCPLeaseRequest) Reset()
func (*GetDHCPLeaseRequest) String ¶
func (x *GetDHCPLeaseRequest) String() string
type GetDHCPLeaseResponse ¶
type GetDHCPLeaseResponse struct { Lease *DHCPLease `protobuf:"bytes,1,opt,name=lease,proto3" json:"lease,omitempty"` // contains filtered or unexported fields }
func (*GetDHCPLeaseResponse) Descriptor
deprecated
func (*GetDHCPLeaseResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDHCPLeaseResponse.ProtoReflect.Descriptor instead.
func (*GetDHCPLeaseResponse) GetLease ¶
func (x *GetDHCPLeaseResponse) GetLease() *DHCPLease
func (*GetDHCPLeaseResponse) ProtoMessage ¶
func (*GetDHCPLeaseResponse) ProtoMessage()
func (*GetDHCPLeaseResponse) ProtoReflect ¶
func (x *GetDHCPLeaseResponse) ProtoReflect() protoreflect.Message
func (*GetDHCPLeaseResponse) Reset ¶
func (x *GetDHCPLeaseResponse) Reset()
func (*GetDHCPLeaseResponse) String ¶
func (x *GetDHCPLeaseResponse) String() string
type GetHostnameByAddressRequest ¶
type GetHostnameByAddressRequest struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` // contains filtered or unexported fields }
func (*GetHostnameByAddressRequest) Descriptor
deprecated
func (*GetHostnameByAddressRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetHostnameByAddressRequest.ProtoReflect.Descriptor instead.
func (*GetHostnameByAddressRequest) GetAddress ¶
func (x *GetHostnameByAddressRequest) GetAddress() string
func (*GetHostnameByAddressRequest) ProtoMessage ¶
func (*GetHostnameByAddressRequest) ProtoMessage()
func (*GetHostnameByAddressRequest) ProtoReflect ¶
func (x *GetHostnameByAddressRequest) ProtoReflect() protoreflect.Message
func (*GetHostnameByAddressRequest) Reset ¶
func (x *GetHostnameByAddressRequest) Reset()
func (*GetHostnameByAddressRequest) String ¶
func (x *GetHostnameByAddressRequest) String() string
type GetHostnameByAddressResponse ¶
type GetHostnameByAddressResponse struct { Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"` // contains filtered or unexported fields }
func (*GetHostnameByAddressResponse) Descriptor
deprecated
func (*GetHostnameByAddressResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetHostnameByAddressResponse.ProtoReflect.Descriptor instead.
func (*GetHostnameByAddressResponse) GetHostname ¶
func (x *GetHostnameByAddressResponse) GetHostname() string
func (*GetHostnameByAddressResponse) ProtoMessage ¶
func (*GetHostnameByAddressResponse) ProtoMessage()
func (*GetHostnameByAddressResponse) ProtoReflect ¶
func (x *GetHostnameByAddressResponse) ProtoReflect() protoreflect.Message
func (*GetHostnameByAddressResponse) Reset ¶
func (x *GetHostnameByAddressResponse) Reset()
func (*GetHostnameByAddressResponse) String ¶
func (x *GetHostnameByAddressResponse) String() string
type ListBridgeRequest ¶
type ListBridgeRequest struct {
// contains filtered or unexported fields
}
func (*ListBridgeRequest) Descriptor
deprecated
func (*ListBridgeRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListBridgeRequest.ProtoReflect.Descriptor instead.
func (*ListBridgeRequest) ProtoMessage ¶
func (*ListBridgeRequest) ProtoMessage()
func (*ListBridgeRequest) ProtoReflect ¶
func (x *ListBridgeRequest) ProtoReflect() protoreflect.Message
func (*ListBridgeRequest) Reset ¶
func (x *ListBridgeRequest) Reset()
func (*ListBridgeRequest) String ¶
func (x *ListBridgeRequest) String() string
type ListBridgeResponse ¶
type ListBridgeResponse struct { Bridges []*ListBridgeResponse_Bridge `protobuf:"bytes,1,rep,name=bridges,proto3" json:"bridges,omitempty"` // contains filtered or unexported fields }
func (*ListBridgeResponse) Descriptor
deprecated
func (*ListBridgeResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListBridgeResponse.ProtoReflect.Descriptor instead.
func (*ListBridgeResponse) GetBridges ¶
func (x *ListBridgeResponse) GetBridges() []*ListBridgeResponse_Bridge
func (*ListBridgeResponse) ProtoMessage ¶
func (*ListBridgeResponse) ProtoMessage()
func (*ListBridgeResponse) ProtoReflect ¶
func (x *ListBridgeResponse) ProtoReflect() protoreflect.Message
func (*ListBridgeResponse) Reset ¶
func (x *ListBridgeResponse) Reset()
func (*ListBridgeResponse) String ¶
func (x *ListBridgeResponse) String() string
type ListBridgeResponse_Bridge ¶
type ListBridgeResponse_Bridge struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` VlanId uint32 `protobuf:"varint,2,opt,name=vlan_id,json=vlanId,proto3" json:"vlan_id,omitempty"` // string parent_interface = 3; MetadataCidr string `protobuf:"bytes,4,opt,name=metadata_cidr,json=metadataCidr,proto3" json:"metadata_cidr,omitempty"` InternalOnly bool `protobuf:"varint,5,opt,name=internal_only,json=internalOnly,proto3" json:"internal_only,omitempty"` // contains filtered or unexported fields }
func (*ListBridgeResponse_Bridge) Descriptor
deprecated
func (*ListBridgeResponse_Bridge) Descriptor() ([]byte, []int)
Deprecated: Use ListBridgeResponse_Bridge.ProtoReflect.Descriptor instead.
func (*ListBridgeResponse_Bridge) GetInternalOnly ¶
func (x *ListBridgeResponse_Bridge) GetInternalOnly() bool
func (*ListBridgeResponse_Bridge) GetMetadataCidr ¶
func (x *ListBridgeResponse_Bridge) GetMetadataCidr() string
func (*ListBridgeResponse_Bridge) GetName ¶
func (x *ListBridgeResponse_Bridge) GetName() string
func (*ListBridgeResponse_Bridge) GetVlanId ¶
func (x *ListBridgeResponse_Bridge) GetVlanId() uint32
func (*ListBridgeResponse_Bridge) ProtoMessage ¶
func (*ListBridgeResponse_Bridge) ProtoMessage()
func (*ListBridgeResponse_Bridge) ProtoReflect ¶
func (x *ListBridgeResponse_Bridge) ProtoReflect() protoreflect.Message
func (*ListBridgeResponse_Bridge) Reset ¶
func (x *ListBridgeResponse_Bridge) Reset()
func (*ListBridgeResponse_Bridge) String ¶
func (x *ListBridgeResponse_Bridge) String() string
type NumaNode ¶
type NumaNode struct { Pairs []*CorePair `protobuf:"bytes,1,rep,name=pairs,proto3" json:"pairs,omitempty"` PhysicalCoreMin uint32 `protobuf:"varint,2,opt,name=physical_core_min,json=physicalCoreMin,proto3" json:"physical_core_min,omitempty"` PhysicalCoreMax uint32 `protobuf:"varint,3,opt,name=physical_core_max,json=physicalCoreMax,proto3" json:"physical_core_max,omitempty"` LogicalCoreMin *uint32 `protobuf:"varint,4,opt,name=logical_core_min,json=logicalCoreMin,proto3,oneof" json:"logical_core_min,omitempty"` LogicalCoreMax *uint32 `protobuf:"varint,5,opt,name=logical_core_max,json=logicalCoreMax,proto3,oneof" json:"logical_core_max,omitempty"` // contains filtered or unexported fields }
func (*NumaNode) Descriptor
deprecated
func (*NumaNode) GetLogicalCoreMax ¶
func (*NumaNode) GetLogicalCoreMin ¶
func (*NumaNode) GetPhysicalCoreMax ¶
func (*NumaNode) GetPhysicalCoreMin ¶
func (*NumaNode) ProtoMessage ¶
func (*NumaNode) ProtoMessage()
func (*NumaNode) ProtoReflect ¶
func (x *NumaNode) ProtoReflect() protoreflect.Message
type RegisterTeleskopAgentRequest ¶
type RegisterTeleskopAgentRequest struct { Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"` Endpoint string `protobuf:"bytes,2,opt,name=endpoint,proto3" json:"endpoint,omitempty"` Iqn string `protobuf:"bytes,4,opt,name=iqn,proto3" json:"iqn,omitempty"` Nodes []*NumaNode `protobuf:"bytes,3,rep,name=nodes,proto3" json:"nodes,omitempty"` // contains filtered or unexported fields }
func (*RegisterTeleskopAgentRequest) Descriptor
deprecated
func (*RegisterTeleskopAgentRequest) Descriptor() ([]byte, []int)
Deprecated: Use RegisterTeleskopAgentRequest.ProtoReflect.Descriptor instead.
func (*RegisterTeleskopAgentRequest) GetEndpoint ¶
func (x *RegisterTeleskopAgentRequest) GetEndpoint() string
func (*RegisterTeleskopAgentRequest) GetHostname ¶
func (x *RegisterTeleskopAgentRequest) GetHostname() string
func (*RegisterTeleskopAgentRequest) GetIqn ¶
func (x *RegisterTeleskopAgentRequest) GetIqn() string
func (*RegisterTeleskopAgentRequest) GetNodes ¶
func (x *RegisterTeleskopAgentRequest) GetNodes() []*NumaNode
func (*RegisterTeleskopAgentRequest) ProtoMessage ¶
func (*RegisterTeleskopAgentRequest) ProtoMessage()
func (*RegisterTeleskopAgentRequest) ProtoReflect ¶
func (x *RegisterTeleskopAgentRequest) ProtoReflect() protoreflect.Message
func (*RegisterTeleskopAgentRequest) Reset ¶
func (x *RegisterTeleskopAgentRequest) Reset()
func (*RegisterTeleskopAgentRequest) String ¶
func (x *RegisterTeleskopAgentRequest) String() string
type RegisterTeleskopAgentResponse ¶
type RegisterTeleskopAgentResponse struct {
// contains filtered or unexported fields
}
func (*RegisterTeleskopAgentResponse) Descriptor
deprecated
func (*RegisterTeleskopAgentResponse) Descriptor() ([]byte, []int)
Deprecated: Use RegisterTeleskopAgentResponse.ProtoReflect.Descriptor instead.
func (*RegisterTeleskopAgentResponse) ProtoMessage ¶
func (*RegisterTeleskopAgentResponse) ProtoMessage()
func (*RegisterTeleskopAgentResponse) ProtoReflect ¶
func (x *RegisterTeleskopAgentResponse) ProtoReflect() protoreflect.Message
func (*RegisterTeleskopAgentResponse) Reset ¶
func (x *RegisterTeleskopAgentResponse) Reset()
func (*RegisterTeleskopAgentResponse) String ¶
func (x *RegisterTeleskopAgentResponse) String() string
type SatelitDatastoreClient ¶
type SatelitDatastoreClient interface { GetDHCPLease(ctx context.Context, in *GetDHCPLeaseRequest, opts ...grpc.CallOption) (*GetDHCPLeaseResponse, error) GetHostnameByAddress(ctx context.Context, in *GetHostnameByAddressRequest, opts ...grpc.CallOption) (*GetHostnameByAddressResponse, error) ListBridge(ctx context.Context, in *ListBridgeRequest, opts ...grpc.CallOption) (*ListBridgeResponse, error) RegisterTeleskopAgent(ctx context.Context, in *RegisterTeleskopAgentRequest, opts ...grpc.CallOption) (*RegisterTeleskopAgentResponse, error) GetCPUCoreByPinningGroup(ctx context.Context, in *GetCPUCoreByPinningGroupRequest, opts ...grpc.CallOption) (*GetCPUCoreByPinningGroupResponse, error) }
SatelitDatastoreClient is the client API for SatelitDatastore service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewSatelitDatastoreClient ¶
func NewSatelitDatastoreClient(cc grpc.ClientConnInterface) SatelitDatastoreClient
type SatelitDatastoreServer ¶
type SatelitDatastoreServer interface { GetDHCPLease(context.Context, *GetDHCPLeaseRequest) (*GetDHCPLeaseResponse, error) GetHostnameByAddress(context.Context, *GetHostnameByAddressRequest) (*GetHostnameByAddressResponse, error) ListBridge(context.Context, *ListBridgeRequest) (*ListBridgeResponse, error) RegisterTeleskopAgent(context.Context, *RegisterTeleskopAgentRequest) (*RegisterTeleskopAgentResponse, error) GetCPUCoreByPinningGroup(context.Context, *GetCPUCoreByPinningGroupRequest) (*GetCPUCoreByPinningGroupResponse, error) }
SatelitDatastoreServer is the server API for SatelitDatastore service.
type UnimplementedSatelitDatastoreServer ¶
type UnimplementedSatelitDatastoreServer struct { }
UnimplementedSatelitDatastoreServer can be embedded to have forward compatible implementations.
func (*UnimplementedSatelitDatastoreServer) GetCPUCoreByPinningGroup ¶
func (*UnimplementedSatelitDatastoreServer) GetCPUCoreByPinningGroup(context.Context, *GetCPUCoreByPinningGroupRequest) (*GetCPUCoreByPinningGroupResponse, error)
func (*UnimplementedSatelitDatastoreServer) GetDHCPLease ¶
func (*UnimplementedSatelitDatastoreServer) GetDHCPLease(context.Context, *GetDHCPLeaseRequest) (*GetDHCPLeaseResponse, error)
func (*UnimplementedSatelitDatastoreServer) GetHostnameByAddress ¶
func (*UnimplementedSatelitDatastoreServer) GetHostnameByAddress(context.Context, *GetHostnameByAddressRequest) (*GetHostnameByAddressResponse, error)
func (*UnimplementedSatelitDatastoreServer) ListBridge ¶
func (*UnimplementedSatelitDatastoreServer) ListBridge(context.Context, *ListBridgeRequest) (*ListBridgeResponse, error)
func (*UnimplementedSatelitDatastoreServer) RegisterTeleskopAgent ¶
func (*UnimplementedSatelitDatastoreServer) RegisterTeleskopAgent(context.Context, *RegisterTeleskopAgentRequest) (*RegisterTeleskopAgentResponse, error)