Documentation ¶
Index ¶
- Variables
- type ElasticsearchFieldOptions
- func (*ElasticsearchFieldOptions) Descriptor() ([]byte, []int)deprecated
- func (x *ElasticsearchFieldOptions) GetEnableCascadeDeleteFromChild() bool
- func (x *ElasticsearchFieldOptions) GetIgnore() bool
- func (x *ElasticsearchFieldOptions) GetKeyword() bool
- func (x *ElasticsearchFieldOptions) GetNested() bool
- func (*ElasticsearchFieldOptions) ProtoMessage()
- func (x *ElasticsearchFieldOptions) ProtoReflect() protoreflect.Message
- func (x *ElasticsearchFieldOptions) Reset()
- func (x *ElasticsearchFieldOptions) String() string
- type ElasticsearchFileOptions
- func (*ElasticsearchFileOptions) Descriptor() ([]byte, []int)deprecated
- func (x *ElasticsearchFileOptions) GetGenerate() bool
- func (x *ElasticsearchFileOptions) GetIndexName() string
- func (*ElasticsearchFileOptions) ProtoMessage()
- func (x *ElasticsearchFileOptions) ProtoReflect() protoreflect.Message
- func (x *ElasticsearchFileOptions) Reset()
- func (x *ElasticsearchFileOptions) String() string
- type ElasticsearchMessageOptions
- func (*ElasticsearchMessageOptions) Descriptor() ([]byte, []int)deprecated
- func (x *ElasticsearchMessageOptions) GetDisableReindexRelated() bool
- func (x *ElasticsearchMessageOptions) GetGenerate() bool
- func (*ElasticsearchMessageOptions) ProtoMessage()
- func (x *ElasticsearchMessageOptions) ProtoReflect() protoreflect.Message
- func (x *ElasticsearchMessageOptions) Reset()
- func (x *ElasticsearchMessageOptions) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// optional elasticsearch.elasticsearchFieldOptions elasticsearch_field = 52120;
E_ElasticsearchField = &file_options_elasticsearch_options_proto_extTypes[2]
)
Extension fields to descriptorpb.FieldOptions.
View Source
var (
// optional elasticsearch.elasticsearchFileOptions elasticsearch_file_opts = 52120;
E_ElasticsearchFileOpts = &file_options_elasticsearch_options_proto_extTypes[0]
)
Extension fields to descriptorpb.FileOptions.
View Source
var ( // ormable will cause orm code to be generated for this message/object // // optional elasticsearch.elasticsearchMessageOptions elasticsearch_opts = 52120; E_ElasticsearchOpts = &file_options_elasticsearch_options_proto_extTypes[1] )
Extension fields to descriptorpb.MessageOptions.
View Source
var File_options_elasticsearch_options_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ElasticsearchFieldOptions ¶
type ElasticsearchFieldOptions struct { Ignore bool `protobuf:"varint,2,opt,name=ignore,proto3" json:"ignore,omitempty"` Keyword bool `protobuf:"varint,3,opt,name=keyword,proto3" json:"keyword,omitempty"` Nested bool `protobuf:"varint,4,opt,name=nested,proto3" json:"nested,omitempty"` // enableCascadeDeleteFromChild will enable creation of methods that will // delete the parent object from the nested object EnableCascadeDeleteFromChild bool `protobuf:"varint,5,opt,name=enableCascadeDeleteFromChild,proto3" json:"enableCascadeDeleteFromChild,omitempty"` // contains filtered or unexported fields }
func (*ElasticsearchFieldOptions) Descriptor
deprecated
func (*ElasticsearchFieldOptions) Descriptor() ([]byte, []int)
Deprecated: Use ElasticsearchFieldOptions.ProtoReflect.Descriptor instead.
func (*ElasticsearchFieldOptions) GetEnableCascadeDeleteFromChild ¶ added in v0.3.0
func (x *ElasticsearchFieldOptions) GetEnableCascadeDeleteFromChild() bool
func (*ElasticsearchFieldOptions) GetIgnore ¶
func (x *ElasticsearchFieldOptions) GetIgnore() bool
func (*ElasticsearchFieldOptions) GetKeyword ¶
func (x *ElasticsearchFieldOptions) GetKeyword() bool
func (*ElasticsearchFieldOptions) GetNested ¶ added in v0.1.3
func (x *ElasticsearchFieldOptions) GetNested() bool
func (*ElasticsearchFieldOptions) ProtoMessage ¶
func (*ElasticsearchFieldOptions) ProtoMessage()
func (*ElasticsearchFieldOptions) ProtoReflect ¶
func (x *ElasticsearchFieldOptions) ProtoReflect() protoreflect.Message
func (*ElasticsearchFieldOptions) Reset ¶
func (x *ElasticsearchFieldOptions) Reset()
func (*ElasticsearchFieldOptions) String ¶
func (x *ElasticsearchFieldOptions) String() string
type ElasticsearchFileOptions ¶
type ElasticsearchFileOptions struct { Generate bool `protobuf:"varint,1,opt,name=generate,proto3" json:"generate,omitempty"` IndexName string `protobuf:"bytes,2,opt,name=indexName,proto3" json:"indexName,omitempty"` // contains filtered or unexported fields }
func (*ElasticsearchFileOptions) Descriptor
deprecated
func (*ElasticsearchFileOptions) Descriptor() ([]byte, []int)
Deprecated: Use ElasticsearchFileOptions.ProtoReflect.Descriptor instead.
func (*ElasticsearchFileOptions) GetGenerate ¶
func (x *ElasticsearchFileOptions) GetGenerate() bool
func (*ElasticsearchFileOptions) GetIndexName ¶
func (x *ElasticsearchFileOptions) GetIndexName() string
func (*ElasticsearchFileOptions) ProtoMessage ¶
func (*ElasticsearchFileOptions) ProtoMessage()
func (*ElasticsearchFileOptions) ProtoReflect ¶
func (x *ElasticsearchFileOptions) ProtoReflect() protoreflect.Message
func (*ElasticsearchFileOptions) Reset ¶
func (x *ElasticsearchFileOptions) Reset()
func (*ElasticsearchFileOptions) String ¶
func (x *ElasticsearchFileOptions) String() string
type ElasticsearchMessageOptions ¶
type ElasticsearchMessageOptions struct { Generate bool `protobuf:"varint,1,opt,name=generate,proto3" json:"generate,omitempty"` // disableReindexRelated will disable generation of reindex related document methods DisableReindexRelated bool `protobuf:"varint,2,opt,name=disableReindexRelated,proto3" json:"disableReindexRelated,omitempty"` // contains filtered or unexported fields }
func (*ElasticsearchMessageOptions) Descriptor
deprecated
func (*ElasticsearchMessageOptions) Descriptor() ([]byte, []int)
Deprecated: Use ElasticsearchMessageOptions.ProtoReflect.Descriptor instead.
func (*ElasticsearchMessageOptions) GetDisableReindexRelated ¶ added in v0.3.1
func (x *ElasticsearchMessageOptions) GetDisableReindexRelated() bool
func (*ElasticsearchMessageOptions) GetGenerate ¶
func (x *ElasticsearchMessageOptions) GetGenerate() bool
func (*ElasticsearchMessageOptions) ProtoMessage ¶
func (*ElasticsearchMessageOptions) ProtoMessage()
func (*ElasticsearchMessageOptions) ProtoReflect ¶
func (x *ElasticsearchMessageOptions) ProtoReflect() protoreflect.Message
func (*ElasticsearchMessageOptions) Reset ¶
func (x *ElasticsearchMessageOptions) Reset()
func (*ElasticsearchMessageOptions) String ¶
func (x *ElasticsearchMessageOptions) String() string
Click to show internal directories.
Click to hide internal directories.