Documentation ¶
Index ¶
- Variables
- type LocalGroup
- type LocalGroup_1
- type User
- func (*User) Descriptor() ([]byte, []int)deprecated
- func (x *User) GetFlags() uint32
- func (x *User) GetPassword() string
- func (x *User) GetPrivilege() uint32
- func (x *User) GetUsername() string
- func (*User) ProtoMessage()
- func (x *User) ProtoReflect() protoreflect.Message
- func (x *User) Reset()
- func (x *User) String() string
- type User_1
- type User_2
- type User_3
Constants ¶
This section is empty.
Variables ¶
View Source
var File_models_netmgmt_local_group_proto protoreflect.FileDescriptor
View Source
var File_models_netmgmt_user_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type LocalGroup ¶
type LocalGroup struct { Groupname string `protobuf:"bytes,1,opt,name=groupname,proto3" json:"groupname,omitempty"` // contains filtered or unexported fields }
func (*LocalGroup) Descriptor
deprecated
func (*LocalGroup) Descriptor() ([]byte, []int)
Deprecated: Use LocalGroup.ProtoReflect.Descriptor instead.
func (*LocalGroup) GetGroupname ¶
func (x *LocalGroup) GetGroupname() string
func (*LocalGroup) ProtoMessage ¶
func (*LocalGroup) ProtoMessage()
func (*LocalGroup) ProtoReflect ¶
func (x *LocalGroup) ProtoReflect() protoreflect.Message
func (*LocalGroup) Reset ¶
func (x *LocalGroup) Reset()
func (*LocalGroup) String ¶
func (x *LocalGroup) String() string
type LocalGroup_1 ¶
type LocalGroup_1 struct { Groupname string `protobuf:"bytes,1,opt,name=groupname,proto3" json:"groupname,omitempty"` // contains filtered or unexported fields }
func (*LocalGroup_1) Descriptor
deprecated
func (*LocalGroup_1) Descriptor() ([]byte, []int)
Deprecated: Use LocalGroup_1.ProtoReflect.Descriptor instead.
func (*LocalGroup_1) GetGroupname ¶
func (x *LocalGroup_1) GetGroupname() string
func (*LocalGroup_1) ProtoMessage ¶
func (*LocalGroup_1) ProtoMessage()
func (*LocalGroup_1) ProtoReflect ¶
func (x *LocalGroup_1) ProtoReflect() protoreflect.Message
func (*LocalGroup_1) Reset ¶
func (x *LocalGroup_1) Reset()
func (*LocalGroup_1) String ¶
func (x *LocalGroup_1) String() string
type User ¶
type User 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"` Privilege uint32 `protobuf:"varint,3,opt,name=privilege,proto3" json:"privilege,omitempty"` Flags uint32 `protobuf:"varint,4,opt,name=flags,proto3" json:"flags,omitempty"` // contains filtered or unexported fields }
func (*User) Descriptor
deprecated
func (*User) GetPassword ¶
func (*User) GetPrivilege ¶
func (*User) GetUsername ¶
func (*User) ProtoMessage ¶
func (*User) ProtoMessage()
func (*User) ProtoReflect ¶
func (x *User) ProtoReflect() protoreflect.Message
type User_1 ¶
type User_1 struct { Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` // contains filtered or unexported fields }
func (*User_1) Descriptor
deprecated
func (*User_1) GetUsername ¶
func (*User_1) ProtoMessage ¶
func (*User_1) ProtoMessage()
func (*User_1) ProtoReflect ¶
func (x *User_1) ProtoReflect() protoreflect.Message
type User_2 ¶
type User_2 struct { Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"` // contains filtered or unexported fields }
func (*User_2) Descriptor
deprecated
func (*User_2) GetPassword ¶
func (*User_2) ProtoMessage ¶
func (*User_2) ProtoMessage()
func (*User_2) ProtoReflect ¶
func (x *User_2) ProtoReflect() protoreflect.Message
type User_3 ¶
type User_3 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"` // contains filtered or unexported fields }
func (*User_3) Descriptor
deprecated
func (*User_3) GetPassword ¶
func (*User_3) GetUsername ¶
func (*User_3) ProtoMessage ¶
func (*User_3) ProtoMessage()
func (*User_3) ProtoReflect ¶
func (x *User_3) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.