gorm

package
v0.0.0-...-3216734 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 15, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package gorm is a generated protocol buffer package.

It is generated from these files:

options/gorm.proto

It has these top-level messages:

GormFileOptions
GormMessageOptions
ExtraField
GormFieldOptions
GormTag
HasOneOptions
BelongsToOptions
HasManyOptions
ManyToManyOptions
AutoServerOptions
MethodOptions

Index

Constants

This section is empty.

Variables

View Source
var E_Field = &proto.ExtensionDesc{
	ExtendedType:  (*google_protobuf.FieldOptions)(nil),
	ExtensionType: (*GormFieldOptions)(nil),
	Field:         52119,
	Name:          "gorm.field",
	Tag:           "bytes,52119,opt,name=field",
	Filename:      "options/gorm.proto",
}
View Source
var E_FileOpts = &proto.ExtensionDesc{
	ExtendedType:  (*google_protobuf.FileOptions)(nil),
	ExtensionType: (*GormFileOptions)(nil),
	Field:         52119,
	Name:          "gorm.file_opts",
	Tag:           "bytes,52119,opt,name=file_opts,json=fileOpts",
	Filename:      "options/gorm.proto",
}
View Source
var E_Method = &proto.ExtensionDesc{
	ExtendedType:  (*google_protobuf.MethodOptions)(nil),
	ExtensionType: (*MethodOptions)(nil),
	Field:         52119,
	Name:          "gorm.method",
	Tag:           "bytes,52119,opt,name=method",
	Filename:      "options/gorm.proto",
}
View Source
var E_Opts = &proto.ExtensionDesc{
	ExtendedType:  (*google_protobuf.MessageOptions)(nil),
	ExtensionType: (*GormMessageOptions)(nil),
	Field:         52119,
	Name:          "gorm.opts",
	Tag:           "bytes,52119,opt,name=opts",
	Filename:      "options/gorm.proto",
}
View Source
var E_Server = &proto.ExtensionDesc{
	ExtendedType:  (*google_protobuf.ServiceOptions)(nil),
	ExtensionType: (*AutoServerOptions)(nil),
	Field:         52119,
	Name:          "gorm.server",
	Tag:           "bytes,52119,opt,name=server",
	Filename:      "options/gorm.proto",
}

Functions

This section is empty.

Types

type AutoServerOptions

type AutoServerOptions struct {
	Autogen          *bool  `protobuf:"varint,1,opt,name=autogen" json:"autogen,omitempty"`
	TxnMiddleware    *bool  `protobuf:"varint,2,opt,name=txn_middleware,json=txnMiddleware" json:"txn_middleware,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*AutoServerOptions) Descriptor

func (*AutoServerOptions) Descriptor() ([]byte, []int)

func (*AutoServerOptions) GetAutogen

func (m *AutoServerOptions) GetAutogen() bool

func (*AutoServerOptions) GetTxnMiddleware

func (m *AutoServerOptions) GetTxnMiddleware() bool

func (*AutoServerOptions) ProtoMessage

func (*AutoServerOptions) ProtoMessage()

func (*AutoServerOptions) Reset

func (m *AutoServerOptions) Reset()

func (*AutoServerOptions) String

func (m *AutoServerOptions) String() string

type BelongsToOptions

type BelongsToOptions struct {
	Foreignkey               *string  `protobuf:"bytes,1,opt,name=foreignkey" json:"foreignkey,omitempty"`
	ForeignkeyTag            *GormTag `protobuf:"bytes,2,opt,name=foreignkey_tag,json=foreignkeyTag" json:"foreignkey_tag,omitempty"`
	AssociationForeignkey    *string  `protobuf:"bytes,3,opt,name=association_foreignkey,json=associationForeignkey" json:"association_foreignkey,omitempty"`
	AssociationAutoupdate    *bool    `protobuf:"varint,4,opt,name=association_autoupdate,json=associationAutoupdate" json:"association_autoupdate,omitempty"`
	AssociationAutocreate    *bool    `protobuf:"varint,5,opt,name=association_autocreate,json=associationAutocreate" json:"association_autocreate,omitempty"`
	AssociationSaveReference *bool    `` /* 129-byte string literal not displayed */
	Preload                  *bool    `protobuf:"varint,7,opt,name=preload" json:"preload,omitempty"`
	XXX_unrecognized         []byte   `json:"-"`
}

func (*BelongsToOptions) Descriptor

func (*BelongsToOptions) Descriptor() ([]byte, []int)

func (*BelongsToOptions) GetAssociationAutocreate

func (m *BelongsToOptions) GetAssociationAutocreate() bool

func (*BelongsToOptions) GetAssociationAutoupdate

func (m *BelongsToOptions) GetAssociationAutoupdate() bool

func (*BelongsToOptions) GetAssociationForeignkey

func (m *BelongsToOptions) GetAssociationForeignkey() string

func (*BelongsToOptions) GetAssociationSaveReference

func (m *BelongsToOptions) GetAssociationSaveReference() bool

func (*BelongsToOptions) GetForeignkey

func (m *BelongsToOptions) GetForeignkey() string

func (*BelongsToOptions) GetForeignkeyTag

func (m *BelongsToOptions) GetForeignkeyTag() *GormTag

func (*BelongsToOptions) GetPreload

func (m *BelongsToOptions) GetPreload() bool

func (*BelongsToOptions) ProtoMessage

func (*BelongsToOptions) ProtoMessage()

func (*BelongsToOptions) Reset

func (m *BelongsToOptions) Reset()

func (*BelongsToOptions) String

func (m *BelongsToOptions) String() string

type ExtraField

type ExtraField struct {
	Type             *string  `protobuf:"bytes,1,req,name=type" json:"type,omitempty"`
	Name             *string  `protobuf:"bytes,2,req,name=name" json:"name,omitempty"`
	Tag              *GormTag `protobuf:"bytes,3,opt,name=tag" json:"tag,omitempty"`
	Package          *string  `protobuf:"bytes,4,opt,name=package" json:"package,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*ExtraField) Descriptor

func (*ExtraField) Descriptor() ([]byte, []int)

func (*ExtraField) GetName

func (m *ExtraField) GetName() string

func (*ExtraField) GetPackage

func (m *ExtraField) GetPackage() string

func (*ExtraField) GetTag

func (m *ExtraField) GetTag() *GormTag

func (*ExtraField) GetType

func (m *ExtraField) GetType() string

func (*ExtraField) ProtoMessage

func (*ExtraField) ProtoMessage()

func (*ExtraField) Reset

func (m *ExtraField) Reset()

func (*ExtraField) String

func (m *ExtraField) String() string

type GormFieldOptions

type GormFieldOptions struct {
	Tag  *GormTag `protobuf:"bytes,1,opt,name=tag" json:"tag,omitempty"`
	Drop *bool    `protobuf:"varint,2,opt,name=drop" json:"drop,omitempty"`
	// Types that are valid to be assigned to Association:
	//	*GormFieldOptions_HasOne
	//	*GormFieldOptions_BelongsTo
	//	*GormFieldOptions_HasMany
	//	*GormFieldOptions_ManyToMany
	Association      isGormFieldOptions_Association `protobuf_oneof:"association"`
	ReferenceOf      *string                        `protobuf:"bytes,7,opt,name=reference_of,json=referenceOf" json:"reference_of,omitempty"`
	XXX_unrecognized []byte                         `json:"-"`
}

func (*GormFieldOptions) Descriptor

func (*GormFieldOptions) Descriptor() ([]byte, []int)

func (*GormFieldOptions) GetAssociation

func (m *GormFieldOptions) GetAssociation() isGormFieldOptions_Association

func (*GormFieldOptions) GetBelongsTo

func (m *GormFieldOptions) GetBelongsTo() *BelongsToOptions

func (*GormFieldOptions) GetDrop

func (m *GormFieldOptions) GetDrop() bool

func (*GormFieldOptions) GetHasMany

func (m *GormFieldOptions) GetHasMany() *HasManyOptions

func (*GormFieldOptions) GetHasOne

func (m *GormFieldOptions) GetHasOne() *HasOneOptions

func (*GormFieldOptions) GetManyToMany

func (m *GormFieldOptions) GetManyToMany() *ManyToManyOptions

func (*GormFieldOptions) GetReferenceOf

func (m *GormFieldOptions) GetReferenceOf() string

func (*GormFieldOptions) GetTag

func (m *GormFieldOptions) GetTag() *GormTag

func (*GormFieldOptions) ProtoMessage

func (*GormFieldOptions) ProtoMessage()

func (*GormFieldOptions) Reset

func (m *GormFieldOptions) Reset()

func (*GormFieldOptions) String

func (m *GormFieldOptions) String() string

func (*GormFieldOptions) XXX_OneofFuncs

func (*GormFieldOptions) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

type GormFieldOptions_BelongsTo

type GormFieldOptions_BelongsTo struct {
	BelongsTo *BelongsToOptions `protobuf:"bytes,4,opt,name=belongs_to,json=belongsTo,oneof"`
}

type GormFieldOptions_HasMany

type GormFieldOptions_HasMany struct {
	HasMany *HasManyOptions `protobuf:"bytes,5,opt,name=has_many,json=hasMany,oneof"`
}

type GormFieldOptions_HasOne

type GormFieldOptions_HasOne struct {
	HasOne *HasOneOptions `protobuf:"bytes,3,opt,name=has_one,json=hasOne,oneof"`
}

type GormFieldOptions_ManyToMany

type GormFieldOptions_ManyToMany struct {
	ManyToMany *ManyToManyOptions `protobuf:"bytes,6,opt,name=many_to_many,json=manyToMany,oneof"`
}

type GormFileOptions

type GormFileOptions struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*GormFileOptions) Descriptor

func (*GormFileOptions) Descriptor() ([]byte, []int)

func (*GormFileOptions) ProtoMessage

func (*GormFileOptions) ProtoMessage()

func (*GormFileOptions) Reset

func (m *GormFileOptions) Reset()

func (*GormFileOptions) String

func (m *GormFileOptions) String() string

type GormMessageOptions

type GormMessageOptions struct {
	Ormable          *bool         `protobuf:"varint,1,req,name=ormable" json:"ormable,omitempty"`
	Include          []*ExtraField `protobuf:"bytes,2,rep,name=include" json:"include,omitempty"`
	Table            *string       `protobuf:"bytes,3,opt,name=table" json:"table,omitempty"`
	MultiAccount     *bool         `protobuf:"varint,4,opt,name=multi_account,json=multiAccount" json:"multi_account,omitempty"`
	XXX_unrecognized []byte        `json:"-"`
}

func (*GormMessageOptions) Descriptor

func (*GormMessageOptions) Descriptor() ([]byte, []int)

func (*GormMessageOptions) GetInclude

func (m *GormMessageOptions) GetInclude() []*ExtraField

func (*GormMessageOptions) GetMultiAccount

func (m *GormMessageOptions) GetMultiAccount() bool

func (*GormMessageOptions) GetOrmable

func (m *GormMessageOptions) GetOrmable() bool

func (*GormMessageOptions) GetTable

func (m *GormMessageOptions) GetTable() string

func (*GormMessageOptions) ProtoMessage

func (*GormMessageOptions) ProtoMessage()

func (*GormMessageOptions) Reset

func (m *GormMessageOptions) Reset()

func (*GormMessageOptions) String

func (m *GormMessageOptions) String() string

type GormTag

type GormTag struct {
	Column                         *string `protobuf:"bytes,1,opt,name=column" json:"column,omitempty"`
	Type                           *string `protobuf:"bytes,2,opt,name=type" json:"type,omitempty"`
	Size_                          *int32  `protobuf:"varint,3,opt,name=size" json:"size,omitempty"`
	Precision                      *int32  `protobuf:"varint,4,opt,name=precision" json:"precision,omitempty"`
	PrimaryKey                     *bool   `protobuf:"varint,5,opt,name=primary_key,json=primaryKey" json:"primary_key,omitempty"`
	Unique                         *bool   `protobuf:"varint,6,opt,name=unique" json:"unique,omitempty"`
	Default                        *string `protobuf:"bytes,7,opt,name=default" json:"default,omitempty"`
	NotNull                        *bool   `protobuf:"varint,8,opt,name=not_null,json=notNull" json:"not_null,omitempty"`
	AutoIncrement                  *bool   `protobuf:"varint,9,opt,name=auto_increment,json=autoIncrement" json:"auto_increment,omitempty"`
	Index                          *string `protobuf:"bytes,10,opt,name=index" json:"index,omitempty"`
	UniqueIndex                    *string `protobuf:"bytes,11,opt,name=unique_index,json=uniqueIndex" json:"unique_index,omitempty"`
	HashIndex                      *string `protobuf:"bytes,12,opt,name=hash_index,json=hashIndex" json:"hash_index,omitempty"`
	UniqueHashIndex                *string `protobuf:"bytes,13,opt,name=unique_hash_index,json=uniqueHashIndex" json:"unique_hash_index,omitempty"`
	Fulltext                       *string `protobuf:"bytes,14,opt,name=fulltext" json:"fulltext,omitempty"`
	Embedded                       *bool   `protobuf:"varint,15,opt,name=embedded" json:"embedded,omitempty"`
	EmbeddedPrefix                 *string `protobuf:"bytes,16,opt,name=embedded_prefix,json=embeddedPrefix" json:"embedded_prefix,omitempty"`
	Ignore                         *bool   `protobuf:"varint,17,opt,name=ignore" json:"ignore,omitempty"`
	Foreignkey                     *string `protobuf:"bytes,18,opt,name=foreignkey" json:"foreignkey,omitempty"`
	AssociationForeignkey          *string `protobuf:"bytes,19,opt,name=association_foreignkey,json=associationForeignkey" json:"association_foreignkey,omitempty"`
	ManyToMany                     *string `protobuf:"bytes,20,opt,name=many_to_many,json=manyToMany" json:"many_to_many,omitempty"`
	JointableForeignkey            *string `protobuf:"bytes,21,opt,name=jointable_foreignkey,json=jointableForeignkey" json:"jointable_foreignkey,omitempty"`
	AssociationJointableForeignkey *string `` /* 147-byte string literal not displayed */
	AssociationAutoupdate          *bool   `protobuf:"varint,23,opt,name=association_autoupdate,json=associationAutoupdate" json:"association_autoupdate,omitempty"`
	AssociationAutocreate          *bool   `protobuf:"varint,24,opt,name=association_autocreate,json=associationAutocreate" json:"association_autocreate,omitempty"`
	AssociationSaveReference       *bool   `` /* 130-byte string literal not displayed */
	Preload                        *bool   `protobuf:"varint,26,opt,name=preload" json:"preload,omitempty"`
	XXX_unrecognized               []byte  `json:"-"`
}

func (*GormTag) Descriptor

func (*GormTag) Descriptor() ([]byte, []int)

func (*GormTag) GetAssociationAutocreate

func (m *GormTag) GetAssociationAutocreate() bool

func (*GormTag) GetAssociationAutoupdate

func (m *GormTag) GetAssociationAutoupdate() bool

func (*GormTag) GetAssociationForeignkey

func (m *GormTag) GetAssociationForeignkey() string

func (*GormTag) GetAssociationJointableForeignkey

func (m *GormTag) GetAssociationJointableForeignkey() string

func (*GormTag) GetAssociationSaveReference

func (m *GormTag) GetAssociationSaveReference() bool

func (*GormTag) GetAutoIncrement

func (m *GormTag) GetAutoIncrement() bool

func (*GormTag) GetColumn

func (m *GormTag) GetColumn() string

func (*GormTag) GetDefault

func (m *GormTag) GetDefault() string

func (*GormTag) GetEmbedded

func (m *GormTag) GetEmbedded() bool

func (*GormTag) GetEmbeddedPrefix

func (m *GormTag) GetEmbeddedPrefix() string

func (*GormTag) GetForeignkey

func (m *GormTag) GetForeignkey() string

func (*GormTag) GetFulltext

func (m *GormTag) GetFulltext() string

func (*GormTag) GetHashIndex

func (m *GormTag) GetHashIndex() string

func (*GormTag) GetIgnore

func (m *GormTag) GetIgnore() bool

func (*GormTag) GetIndex

func (m *GormTag) GetIndex() string

func (*GormTag) GetJointableForeignkey

func (m *GormTag) GetJointableForeignkey() string

func (*GormTag) GetManyToMany

func (m *GormTag) GetManyToMany() string

func (*GormTag) GetNotNull

func (m *GormTag) GetNotNull() bool

func (*GormTag) GetPrecision

func (m *GormTag) GetPrecision() int32

func (*GormTag) GetPreload

func (m *GormTag) GetPreload() bool

func (*GormTag) GetPrimaryKey

func (m *GormTag) GetPrimaryKey() bool

func (*GormTag) GetSize_

func (m *GormTag) GetSize_() int32

func (*GormTag) GetType

func (m *GormTag) GetType() string

func (*GormTag) GetUnique

func (m *GormTag) GetUnique() bool

func (*GormTag) GetUniqueHashIndex

func (m *GormTag) GetUniqueHashIndex() string

func (*GormTag) GetUniqueIndex

func (m *GormTag) GetUniqueIndex() string

func (*GormTag) ProtoMessage

func (*GormTag) ProtoMessage()

func (*GormTag) Reset

func (m *GormTag) Reset()

func (*GormTag) String

func (m *GormTag) String() string

type HasManyOptions

type HasManyOptions struct {
	Foreignkey               *string  `protobuf:"bytes,1,opt,name=foreignkey" json:"foreignkey,omitempty"`
	ForeignkeyTag            *GormTag `protobuf:"bytes,2,opt,name=foreignkey_tag,json=foreignkeyTag" json:"foreignkey_tag,omitempty"`
	AssociationForeignkey    *string  `protobuf:"bytes,3,opt,name=association_foreignkey,json=associationForeignkey" json:"association_foreignkey,omitempty"`
	PositionField            *string  `protobuf:"bytes,4,opt,name=position_field,json=positionField" json:"position_field,omitempty"`
	PositionFieldTag         *GormTag `protobuf:"bytes,5,opt,name=position_field_tag,json=positionFieldTag" json:"position_field_tag,omitempty"`
	AssociationAutoupdate    *bool    `protobuf:"varint,6,opt,name=association_autoupdate,json=associationAutoupdate" json:"association_autoupdate,omitempty"`
	AssociationAutocreate    *bool    `protobuf:"varint,7,opt,name=association_autocreate,json=associationAutocreate" json:"association_autocreate,omitempty"`
	AssociationSaveReference *bool    `` /* 129-byte string literal not displayed */
	Preload                  *bool    `protobuf:"varint,9,opt,name=preload" json:"preload,omitempty"`
	XXX_unrecognized         []byte   `json:"-"`
}

func (*HasManyOptions) Descriptor

func (*HasManyOptions) Descriptor() ([]byte, []int)

func (*HasManyOptions) GetAssociationAutocreate

func (m *HasManyOptions) GetAssociationAutocreate() bool

func (*HasManyOptions) GetAssociationAutoupdate

func (m *HasManyOptions) GetAssociationAutoupdate() bool

func (*HasManyOptions) GetAssociationForeignkey

func (m *HasManyOptions) GetAssociationForeignkey() string

func (*HasManyOptions) GetAssociationSaveReference

func (m *HasManyOptions) GetAssociationSaveReference() bool

func (*HasManyOptions) GetForeignkey

func (m *HasManyOptions) GetForeignkey() string

func (*HasManyOptions) GetForeignkeyTag

func (m *HasManyOptions) GetForeignkeyTag() *GormTag

func (*HasManyOptions) GetPositionField

func (m *HasManyOptions) GetPositionField() string

func (*HasManyOptions) GetPositionFieldTag

func (m *HasManyOptions) GetPositionFieldTag() *GormTag

func (*HasManyOptions) GetPreload

func (m *HasManyOptions) GetPreload() bool

func (*HasManyOptions) ProtoMessage

func (*HasManyOptions) ProtoMessage()

func (*HasManyOptions) Reset

func (m *HasManyOptions) Reset()

func (*HasManyOptions) String

func (m *HasManyOptions) String() string

type HasOneOptions

type HasOneOptions struct {
	Foreignkey               *string  `protobuf:"bytes,1,opt,name=foreignkey" json:"foreignkey,omitempty"`
	ForeignkeyTag            *GormTag `protobuf:"bytes,2,opt,name=foreignkey_tag,json=foreignkeyTag" json:"foreignkey_tag,omitempty"`
	AssociationForeignkey    *string  `protobuf:"bytes,3,opt,name=association_foreignkey,json=associationForeignkey" json:"association_foreignkey,omitempty"`
	AssociationAutoupdate    *bool    `protobuf:"varint,4,opt,name=association_autoupdate,json=associationAutoupdate" json:"association_autoupdate,omitempty"`
	AssociationAutocreate    *bool    `protobuf:"varint,5,opt,name=association_autocreate,json=associationAutocreate" json:"association_autocreate,omitempty"`
	AssociationSaveReference *bool    `` /* 129-byte string literal not displayed */
	Preload                  *bool    `protobuf:"varint,7,opt,name=preload" json:"preload,omitempty"`
	XXX_unrecognized         []byte   `json:"-"`
}

func (*HasOneOptions) Descriptor

func (*HasOneOptions) Descriptor() ([]byte, []int)

func (*HasOneOptions) GetAssociationAutocreate

func (m *HasOneOptions) GetAssociationAutocreate() bool

func (*HasOneOptions) GetAssociationAutoupdate

func (m *HasOneOptions) GetAssociationAutoupdate() bool

func (*HasOneOptions) GetAssociationForeignkey

func (m *HasOneOptions) GetAssociationForeignkey() string

func (*HasOneOptions) GetAssociationSaveReference

func (m *HasOneOptions) GetAssociationSaveReference() bool

func (*HasOneOptions) GetForeignkey

func (m *HasOneOptions) GetForeignkey() string

func (*HasOneOptions) GetForeignkeyTag

func (m *HasOneOptions) GetForeignkeyTag() *GormTag

func (*HasOneOptions) GetPreload

func (m *HasOneOptions) GetPreload() bool

func (*HasOneOptions) ProtoMessage

func (*HasOneOptions) ProtoMessage()

func (*HasOneOptions) Reset

func (m *HasOneOptions) Reset()

func (*HasOneOptions) String

func (m *HasOneOptions) String() string

type ManyToManyOptions

type ManyToManyOptions struct {
	Jointable                      *string `protobuf:"bytes,1,opt,name=jointable" json:"jointable,omitempty"`
	Foreignkey                     *string `protobuf:"bytes,2,opt,name=foreignkey" json:"foreignkey,omitempty"`
	JointableForeignkey            *string `protobuf:"bytes,3,opt,name=jointable_foreignkey,json=jointableForeignkey" json:"jointable_foreignkey,omitempty"`
	AssociationForeignkey          *string `protobuf:"bytes,4,opt,name=association_foreignkey,json=associationForeignkey" json:"association_foreignkey,omitempty"`
	AssociationJointableForeignkey *string `` /* 146-byte string literal not displayed */
	AssociationAutoupdate          *bool   `protobuf:"varint,6,opt,name=association_autoupdate,json=associationAutoupdate" json:"association_autoupdate,omitempty"`
	AssociationAutocreate          *bool   `protobuf:"varint,7,opt,name=association_autocreate,json=associationAutocreate" json:"association_autocreate,omitempty"`
	AssociationSaveReference       *bool   `` /* 129-byte string literal not displayed */
	Preload                        *bool   `protobuf:"varint,9,opt,name=preload" json:"preload,omitempty"`
	XXX_unrecognized               []byte  `json:"-"`
}

func (*ManyToManyOptions) Descriptor

func (*ManyToManyOptions) Descriptor() ([]byte, []int)

func (*ManyToManyOptions) GetAssociationAutocreate

func (m *ManyToManyOptions) GetAssociationAutocreate() bool

func (*ManyToManyOptions) GetAssociationAutoupdate

func (m *ManyToManyOptions) GetAssociationAutoupdate() bool

func (*ManyToManyOptions) GetAssociationForeignkey

func (m *ManyToManyOptions) GetAssociationForeignkey() string

func (*ManyToManyOptions) GetAssociationJointableForeignkey

func (m *ManyToManyOptions) GetAssociationJointableForeignkey() string

func (*ManyToManyOptions) GetAssociationSaveReference

func (m *ManyToManyOptions) GetAssociationSaveReference() bool

func (*ManyToManyOptions) GetForeignkey

func (m *ManyToManyOptions) GetForeignkey() string

func (*ManyToManyOptions) GetJointable

func (m *ManyToManyOptions) GetJointable() string

func (*ManyToManyOptions) GetJointableForeignkey

func (m *ManyToManyOptions) GetJointableForeignkey() string

func (*ManyToManyOptions) GetPreload

func (m *ManyToManyOptions) GetPreload() bool

func (*ManyToManyOptions) ProtoMessage

func (*ManyToManyOptions) ProtoMessage()

func (*ManyToManyOptions) Reset

func (m *ManyToManyOptions) Reset()

func (*ManyToManyOptions) String

func (m *ManyToManyOptions) String() string

type MethodOptions

type MethodOptions struct {
	ObjectType       *string `protobuf:"bytes,1,opt,name=object_type,json=objectType" json:"object_type,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*MethodOptions) Descriptor

func (*MethodOptions) Descriptor() ([]byte, []int)

func (*MethodOptions) GetObjectType

func (m *MethodOptions) GetObjectType() string

func (*MethodOptions) ProtoMessage

func (*MethodOptions) ProtoMessage()

func (*MethodOptions) Reset

func (m *MethodOptions) Reset()

func (*MethodOptions) String

func (m *MethodOptions) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL