Documentation ¶
Index ¶
- Variables
- type E
- type M
- func (*M) Descriptor() ([]byte, []int)deprecated
- func (x *M) GetNonSecret() string
- func (x *M) GetNonSecretPtr() string
- func (x *M) GetSecret() string
- func (x *M) GetSecretPtr() string
- func (*M) ProtoMessage()
- func (x *M) ProtoReflect() protoreflect.Message
- func (x *M) Reset()
- func (x *M) String() string
- type Ms
Constants ¶
This section is empty.
Variables ¶
View Source
var ( E_name = map[int32]string{ 0: "A", 1: "B", } E_value = map[string]int32{ "A": 0, "B": 1, } )
Enum value maps for E.
View Source
var File_generator_internal_stringfunc_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type E ¶
type E int32
func (E) Descriptor ¶
func (E) Descriptor() protoreflect.EnumDescriptor
func (E) EnumDescriptor
deprecated
func (E) Number ¶
func (x E) Number() protoreflect.EnumNumber
func (E) Type ¶
func (E) Type() protoreflect.EnumType
type M ¶
type M struct { Secret string `protobuf:"bytes,1,opt,name=secret,proto3" json:"secret,omitempty"` NonSecret string `protobuf:"bytes,2,opt,name=nonSecret,proto3" json:"nonSecret,omitempty" redact:"nonsecret"` SecretPtr *string `protobuf:"bytes,3,opt,name=secretPtr,proto3,oneof" json:"secretPtr,omitempty"` NonSecretPtr *string `protobuf:"bytes,4,opt,name=nonSecretPtr,proto3,oneof" json:"nonSecretPtr,omitempty" redact:"nonsecret"` // contains filtered or unexported fields }
func (*M) Descriptor
deprecated
func (*M) GetNonSecret ¶
func (*M) GetNonSecretPtr ¶
func (*M) GetSecretPtr ¶
func (*M) ProtoMessage ¶
func (*M) ProtoMessage()
func (*M) ProtoReflect ¶
func (x *M) ProtoReflect() protoreflect.Message
type Ms ¶
type Ms struct { Data []*M `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Ms) Descriptor
deprecated
func (*Ms) ProtoMessage ¶
func (*Ms) ProtoMessage()
func (*Ms) ProtoReflect ¶
func (x *Ms) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.