Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// optional string assert = 2862693;
E_Assert = &file_vanguard_vanguard_proto_extTypes[0]
)
Extension fields to descriptorpb.MethodOptions.
View Source
var File_vanguard_vanguard_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Permission ¶
type Permission struct { Level int64 `protobuf:"varint,1,opt,name=level,proto3" json:"level,omitempty"` Resources []string `protobuf:"bytes,2,rep,name=resources,proto3" json:"resources,omitempty"` // contains filtered or unexported fields }
func (*Permission) Descriptor
deprecated
func (*Permission) Descriptor() ([]byte, []int)
Deprecated: Use Permission.ProtoReflect.Descriptor instead.
func (*Permission) GetLevel ¶
func (x *Permission) GetLevel() int64
func (*Permission) GetResources ¶
func (x *Permission) GetResources() []string
func (*Permission) ProtoMessage ¶
func (*Permission) ProtoMessage()
func (*Permission) ProtoReflect ¶
func (x *Permission) ProtoReflect() protoreflect.Message
func (*Permission) Reset ¶
func (x *Permission) Reset()
func (*Permission) String ¶
func (x *Permission) String() string
Click to show internal directories.
Click to hide internal directories.