Documentation
¶
Index ¶
- Variables
- type UuidRequest
- type UuidResponse
- func (*UuidResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UuidResponse) GetManufacturer() string
- func (x *UuidResponse) GetProductName() string
- func (x *UuidResponse) GetUuid() string
- func (*UuidResponse) ProtoMessage()
- func (x *UuidResponse) ProtoReflect() protoreflect.Message
- func (x *UuidResponse) Reset()
- func (x *UuidResponse) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_eveuuid_eveuuid_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type UuidRequest ¶
type UuidRequest struct {
// contains filtered or unexported fields
}
func (*UuidRequest) Descriptor
deprecated
func (*UuidRequest) Descriptor() ([]byte, []int)
Deprecated: Use UuidRequest.ProtoReflect.Descriptor instead.
func (*UuidRequest) ProtoMessage ¶
func (*UuidRequest) ProtoMessage()
func (*UuidRequest) ProtoReflect ¶
func (x *UuidRequest) ProtoReflect() protoreflect.Message
func (*UuidRequest) Reset ¶
func (x *UuidRequest) Reset()
func (*UuidRequest) String ¶
func (x *UuidRequest) String() string
type UuidResponse ¶
type UuidResponse struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` //UUID of this edge device Manufacturer string `protobuf:"bytes,2,opt,name=manufacturer,proto3" json:"manufacturer,omitempty"` //Manufacturer, as per Controller ProductName string `protobuf:"bytes,3,opt,name=product_name,json=productName,proto3" json:"product_name,omitempty"` //Product name, as per Controller // contains filtered or unexported fields }
This is the response payload for POST /api/v2/edgeDevice/uuid The message is assumed to be protected by signing envelope
func (*UuidResponse) Descriptor
deprecated
func (*UuidResponse) Descriptor() ([]byte, []int)
Deprecated: Use UuidResponse.ProtoReflect.Descriptor instead.
func (*UuidResponse) GetManufacturer ¶
func (x *UuidResponse) GetManufacturer() string
func (*UuidResponse) GetProductName ¶
func (x *UuidResponse) GetProductName() string
func (*UuidResponse) GetUuid ¶
func (x *UuidResponse) GetUuid() string
func (*UuidResponse) ProtoMessage ¶
func (*UuidResponse) ProtoMessage()
func (*UuidResponse) ProtoReflect ¶
func (x *UuidResponse) ProtoReflect() protoreflect.Message
func (*UuidResponse) Reset ¶
func (x *UuidResponse) Reset()
func (*UuidResponse) String ¶
func (x *UuidResponse) String() string
Click to show internal directories.
Click to hide internal directories.