Documentation
¶
Index ¶
- Variables
- type Boolean
- type Field
- func (*Field) Descriptor() ([]byte, []int)deprecated
- func (x *Field) GetRemoveAccent() Boolean
- func (x *Field) GetTrimSpace() Boolean
- func (x *Field) GetUpperCase() Boolean
- func (x *Field) GetUpperNoSpaceNoAccent() Boolean
- func (*Field) ProtoMessage()
- func (x *Field) ProtoReflect() protoreflect.Message
- func (x *Field) Reset()
- func (x *Field) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Boolean_name = map[int32]string{ 0: "UNSPECIFIED", 1: "YES", 2: "NO", } Boolean_value = map[string]int32{ "UNSPECIFIED": 0, "YES": 1, "NO": 2, } )
Enum value maps for Boolean.
View Source
var ( // optional bool crud = 1000; E_Crud = &file_service_proto_extTypes[0] // this field is used to generate the table name // // optional string tableName = 1001; E_TableName = &file_service_proto_extTypes[1] )
Extension fields to descriptor.MessageOptions.
View Source
var (
// optional service.Field field = 1001;
E_Field = &file_service_proto_extTypes[2]
)
Extension fields to descriptor.FieldOptions.
View Source
var File_service_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Boolean ¶
type Boolean int32
func (Boolean) Descriptor ¶
func (Boolean) Descriptor() protoreflect.EnumDescriptor
func (Boolean) EnumDescriptor
deprecated
func (Boolean) Number ¶
func (x Boolean) Number() protoreflect.EnumNumber
func (Boolean) Type ¶
func (Boolean) Type() protoreflect.EnumType
type Field ¶
type Field struct { UpperNoSpaceNoAccent Boolean `protobuf:"varint,1,opt,name=upperNoSpaceNoAccent,proto3,enum=service.Boolean" json:"upperNoSpaceNoAccent,omitempty"` UpperCase Boolean `protobuf:"varint,2,opt,name=upperCase,proto3,enum=service.Boolean" json:"upperCase,omitempty"` TrimSpace Boolean `protobuf:"varint,3,opt,name=trimSpace,proto3,enum=service.Boolean" json:"trimSpace,omitempty"` RemoveAccent Boolean `protobuf:"varint,4,opt,name=removeAccent,proto3,enum=service.Boolean" json:"removeAccent,omitempty"` // contains filtered or unexported fields }
func (*Field) Descriptor
deprecated
func (*Field) GetRemoveAccent ¶
func (*Field) GetTrimSpace ¶
func (*Field) GetUpperCase ¶
func (*Field) GetUpperNoSpaceNoAccent ¶
func (*Field) ProtoMessage ¶
func (*Field) ProtoMessage()
func (*Field) ProtoReflect ¶
func (x *Field) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.