plugin

package
v1.1.15 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2022 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ENGINE_UNSET = iota
	ENGINE_POSTGRES
)

DB Engine Enum

Variables

View Source
var (
	ErrNotOrmable = errors.New("type is not ormable")
)

Functions

This section is empty.

Types

type Field added in v0.5.0

type Field struct {
	*gorm.GormFieldOptions
	ParentGoType   string
	Type           string
	Package        string
	ParentOrigName string
}

type ORMBuilder added in v1.1.1

type ORMBuilder struct {
	// contains filtered or unexported fields
}

func New added in v1.1.1

func (*ORMBuilder) Generate added in v1.1.1

func (b *ORMBuilder) Generate() (*pluginpb.CodeGeneratorResponse, error)

func (*ORMBuilder) IsAbleToMakePQArray added in v1.1.1

func (b *ORMBuilder) IsAbleToMakePQArray(fieldType string) bool

type OrmableType added in v0.5.0

type OrmableType struct {
	File       *protogen.File
	Fields     map[string]*Field
	Methods    map[string]*autogenMethod
	Name       string
	OriginName string
	Package    string
}

func GetOrmable added in v1.1.1

func GetOrmable(ormableTypes map[string]*OrmableType, typeName string) (*OrmableType, error)

func NewOrmableType added in v0.5.0

func NewOrmableType(originalName string, pkg string, file *protogen.File) *OrmableType

Jump to

Keyboard shortcuts

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