Documentation ¶
Index ¶
- Variables
- type UtsnsEntry
- func (*UtsnsEntry) Descriptor() ([]byte, []int)deprecated
- func (x *UtsnsEntry) GetDomainname() string
- func (x *UtsnsEntry) GetNodename() string
- func (*UtsnsEntry) ProtoMessage()
- func (x *UtsnsEntry) ProtoReflect() protoreflect.Message
- func (x *UtsnsEntry) Reset()
- func (x *UtsnsEntry) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_utsns_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type UtsnsEntry ¶
type UtsnsEntry struct { Nodename *string `protobuf:"bytes,1,req,name=nodename" json:"nodename,omitempty"` Domainname *string `protobuf:"bytes,2,req,name=domainname" json:"domainname,omitempty"` // contains filtered or unexported fields }
func (*UtsnsEntry) Descriptor
deprecated
func (*UtsnsEntry) Descriptor() ([]byte, []int)
Deprecated: Use UtsnsEntry.ProtoReflect.Descriptor instead.
func (*UtsnsEntry) GetDomainname ¶
func (x *UtsnsEntry) GetDomainname() string
func (*UtsnsEntry) GetNodename ¶
func (x *UtsnsEntry) GetNodename() string
func (*UtsnsEntry) ProtoMessage ¶
func (*UtsnsEntry) ProtoMessage()
func (*UtsnsEntry) ProtoReflect ¶
func (x *UtsnsEntry) ProtoReflect() protoreflect.Message
func (*UtsnsEntry) Reset ¶
func (x *UtsnsEntry) Reset()
func (*UtsnsEntry) String ¶
func (x *UtsnsEntry) String() string
Click to show internal directories.
Click to hide internal directories.