Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // See `FieldOption`. // // optional access.v1.FieldOption fo = 7338839; E_Fo = &file_access_v1_access_proto_extTypes[1] )
Extension fields to descriptorpb.FieldOptions.
View Source
var ( // See `FieldOption`. // // optional access.v1.MethodOption mo = 7338840; E_Mo = &file_access_v1_access_proto_extTypes[0] )
Extension fields to descriptorpb.MethodOptions.
View Source
var File_access_v1_access_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type FieldOption ¶
type FieldOption struct { Private bool `protobuf:"varint,1,opt,name=private,proto3" json:"private,omitempty"` // contains filtered or unexported fields }
Define access modifiers for fields FieldOption access modifiers for fields
func (*FieldOption) Descriptor
deprecated
func (*FieldOption) Descriptor() ([]byte, []int)
Deprecated: Use FieldOption.ProtoReflect.Descriptor instead.
func (*FieldOption) GetPrivate ¶
func (x *FieldOption) GetPrivate() bool
func (*FieldOption) ProtoMessage ¶
func (*FieldOption) ProtoMessage()
func (*FieldOption) ProtoReflect ¶
func (x *FieldOption) ProtoReflect() protoreflect.Message
func (*FieldOption) Reset ¶
func (x *FieldOption) Reset()
func (*FieldOption) String ¶
func (x *FieldOption) String() string
type MethodOption ¶
type MethodOption struct { Private bool `protobuf:"varint,1,opt,name=private,proto3" json:"private,omitempty"` // contains filtered or unexported fields }
Define access modifiers for methods
func (*MethodOption) Descriptor
deprecated
func (*MethodOption) Descriptor() ([]byte, []int)
Deprecated: Use MethodOption.ProtoReflect.Descriptor instead.
func (*MethodOption) GetPrivate ¶
func (x *MethodOption) GetPrivate() bool
func (*MethodOption) ProtoMessage ¶
func (*MethodOption) ProtoMessage()
func (*MethodOption) ProtoReflect ¶
func (x *MethodOption) ProtoReflect() protoreflect.Message
func (*MethodOption) Reset ¶
func (x *MethodOption) Reset()
func (*MethodOption) String ¶
func (x *MethodOption) String() string
Click to show internal directories.
Click to hide internal directories.