Documentation ¶
Index ¶
- Variables
- type CommandType
- func (CommandType) Descriptor() protoreflect.EnumDescriptor
- func (x CommandType) Enum() *CommandType
- func (CommandType) EnumDescriptor() ([]byte, []int)deprecated
- func (x CommandType) Number() protoreflect.EnumNumber
- func (x CommandType) String() string
- func (CommandType) Type() protoreflect.EnumType
- type InitEdgeRequest
- func (*InitEdgeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *InitEdgeRequest) GetContentType() int32
- func (x *InitEdgeRequest) GetName() string
- func (x *InitEdgeRequest) GetPassword() string
- func (x *InitEdgeRequest) GetUsername() string
- func (*InitEdgeRequest) ProtoMessage()
- func (x *InitEdgeRequest) ProtoReflect() protoreflect.Message
- func (x *InitEdgeRequest) Reset()
- func (x *InitEdgeRequest) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CommandType_name = map[int32]string{ 0: "Zero", 1000: "InitEdgeType", } CommandType_value = map[string]int32{ "Zero": 0, "InitEdgeType": 1000, } )
Enum value maps for CommandType.
View Source
var File_edge_mgmt_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CommandType ¶
type CommandType int32
const ( CommandType_Zero CommandType = 0 CommandType_InitEdgeType CommandType = 1000 )
func (CommandType) Descriptor ¶
func (CommandType) Descriptor() protoreflect.EnumDescriptor
func (CommandType) Enum ¶
func (x CommandType) Enum() *CommandType
func (CommandType) EnumDescriptor
deprecated
func (CommandType) EnumDescriptor() ([]byte, []int)
Deprecated: Use CommandType.Descriptor instead.
func (CommandType) Number ¶
func (x CommandType) Number() protoreflect.EnumNumber
func (CommandType) String ¶
func (x CommandType) String() string
func (CommandType) Type ¶
func (CommandType) Type() protoreflect.EnumType
type InitEdgeRequest ¶
type InitEdgeRequest struct { Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*InitEdgeRequest) Descriptor
deprecated
func (*InitEdgeRequest) Descriptor() ([]byte, []int)
Deprecated: Use InitEdgeRequest.ProtoReflect.Descriptor instead.
func (*InitEdgeRequest) GetContentType ¶
func (x *InitEdgeRequest) GetContentType() int32
func (*InitEdgeRequest) GetName ¶
func (x *InitEdgeRequest) GetName() string
func (*InitEdgeRequest) GetPassword ¶
func (x *InitEdgeRequest) GetPassword() string
func (*InitEdgeRequest) GetUsername ¶
func (x *InitEdgeRequest) GetUsername() string
func (*InitEdgeRequest) ProtoMessage ¶
func (*InitEdgeRequest) ProtoMessage()
func (*InitEdgeRequest) ProtoReflect ¶
func (x *InitEdgeRequest) ProtoReflect() protoreflect.Message
func (*InitEdgeRequest) Reset ¶
func (x *InitEdgeRequest) Reset()
func (*InitEdgeRequest) String ¶
func (x *InitEdgeRequest) String() string
Click to show internal directories.
Click to hide internal directories.