Documentation ¶
Index ¶
- Variables
- type DatastoreType
- func (DatastoreType) Descriptor() protoreflect.EnumDescriptor
- func (x DatastoreType) Enum() *DatastoreType
- func (DatastoreType) EnumDescriptor() ([]byte, []int)deprecated
- func (x DatastoreType) Number() protoreflect.EnumNumber
- func (x DatastoreType) String() string
- func (DatastoreType) Type() protoreflect.EnumType
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DatastoreType_name = map[int32]string{ 0: "DATASTORE_TYPE_UNSPECIFIED", 1: "DATASTORE_TYPE_MYSQL", 2: "DATASTORE_TYPE_POSTGRESQL", 3: "DATASTORE_TYPE_MONGODB", 4: "DATASTORE_TYPE_FIRESTORE", } DatastoreType_value = map[string]int32{ "DATASTORE_TYPE_UNSPECIFIED": 0, "DATASTORE_TYPE_MYSQL": 1, "DATASTORE_TYPE_POSTGRESQL": 2, "DATASTORE_TYPE_MONGODB": 3, "DATASTORE_TYPE_FIRESTORE": 4, } )
Enum value maps for DatastoreType.
View Source
var ( // optional bool key = 61001; E_Key = &file_taehoio_ddl_protobuf_v1_options_proto_extTypes[1] // repeated string index = 61002; E_Index = &file_taehoio_ddl_protobuf_v1_options_proto_extTypes[2] // repeated string unique = 61003; E_Unique = &file_taehoio_ddl_protobuf_v1_options_proto_extTypes[3] // optional string type = 61004; E_Type = &file_taehoio_ddl_protobuf_v1_options_proto_extTypes[4] )
Extension fields to descriptorpb.FieldOptions.
View Source
var (
// optional taehoio.ddl.protobuf.v1.DatastoreType datastore_type = 60001;
E_DatastoreType = &file_taehoio_ddl_protobuf_v1_options_proto_extTypes[0]
)
Extension fields to descriptorpb.MessageOptions.
View Source
var File_taehoio_ddl_protobuf_v1_options_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type DatastoreType ¶
type DatastoreType int32
const ( DatastoreType_DATASTORE_TYPE_UNSPECIFIED DatastoreType = 0 DatastoreType_DATASTORE_TYPE_MYSQL DatastoreType = 1 DatastoreType_DATASTORE_TYPE_POSTGRESQL DatastoreType = 2 DatastoreType_DATASTORE_TYPE_MONGODB DatastoreType = 3 DatastoreType_DATASTORE_TYPE_FIRESTORE DatastoreType = 4 )
func (DatastoreType) Descriptor ¶
func (DatastoreType) Descriptor() protoreflect.EnumDescriptor
func (DatastoreType) Enum ¶
func (x DatastoreType) Enum() *DatastoreType
func (DatastoreType) EnumDescriptor
deprecated
func (DatastoreType) EnumDescriptor() ([]byte, []int)
Deprecated: Use DatastoreType.Descriptor instead.
func (DatastoreType) Number ¶
func (x DatastoreType) Number() protoreflect.EnumNumber
func (DatastoreType) String ¶
func (x DatastoreType) String() string
func (DatastoreType) Type ¶
func (DatastoreType) Type() protoreflect.EnumType
Click to show internal directories.
Click to hide internal directories.