Documentation ¶
Index ¶
- Variables
- type Svr
- func (*Svr) Descriptor() ([]byte, []int)deprecated
- func (x *Svr) GetCloud() string
- func (x *Svr) GetIDC() string
- func (x *Svr) GetIP() string
- func (x *Svr) GetName() string
- func (x *Svr) GetProject() string
- func (*Svr) ProtoMessage()
- func (x *Svr) ProtoReflect() protoreflect.Message
- func (x *Svr) Reset()
- func (x *Svr) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_host_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Svr ¶
type Svr struct { Name string `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"` IP string `protobuf:"bytes,2,opt,name=IP,proto3" json:"IP,omitempty"` Project string `protobuf:"bytes,3,opt,name=Project,proto3" json:"Project,omitempty"` IDC string `protobuf:"bytes,4,opt,name=IDC,proto3" json:"IDC,omitempty"` Cloud string `protobuf:"bytes,5,opt,name=Cloud,proto3" json:"Cloud,omitempty"` // contains filtered or unexported fields }
func (*Svr) Descriptor
deprecated
func (*Svr) GetProject ¶
func (*Svr) ProtoMessage ¶
func (*Svr) ProtoMessage()
func (*Svr) ProtoReflect ¶
func (x *Svr) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.