Field

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2022 License: MulanPSL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Field2Test added in v1.1.0

type Field2Test struct {
	Id   int    `gorm:"column:id"`
	Name string `gorm:"column:name"`
}

func (*Field2Test) GetId added in v1.1.0

func (t *Field2Test) GetId() int

func (*Field2Test) GetName added in v1.1.0

func (t *Field2Test) GetName() string

func (Field2Test) TableName added in v1.1.0

func (t Field2Test) TableName() string

type FieldTest

type FieldTest struct {
	Id     int    `gorm:"column:id"`
	Name   string `gorm:"column:name"`
	Number int    `gorm:"column:number"`
}

func (*FieldTest) GetId

func (t *FieldTest) GetId() int

func (*FieldTest) GetName

func (t *FieldTest) GetName() string

func (*FieldTest) GetNumber

func (t *FieldTest) GetNumber() int

func (FieldTest) TableName

func (t FieldTest) TableName() string

Jump to

Keyboard shortcuts

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