model

package
v0.0.0-...-02df951 Latest Latest
Warning

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

Go to latest
Published: May 26, 2024 License: MIT Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Tetapan

type Tetapan struct {
	gorm.Model         `swaggerignore:"true"`
	Kunci              string `gorm:"type:varchar(24);primary_key" json:"kunci"`
	Nilai              string `gorm:"type:varchar(256)" json:"nilai"`
	gorm2.MultiTenancy `swaggerignore:"true"`
}

func (Tetapan) TableName

func (Tetapan) TableName() string

type TetapanType

type TetapanType struct {
	gorm.Model         `swaggerignore:"true"`
	Id                 int    `gorm:"column:id;primary_key" json:"id"`
	GroupName          string `gorm:"column:group_name" json:"group_name"`
	IntVal             int    `gorm:"column:int_val" json:"int_val"`
	StrVal             string `gorm:"column:str_val" json:"str_val"`
	gorm2.MultiTenancy `swaggerignore:"true"`
}

func (TetapanType) TableName

func (TetapanType) TableName() string

type TetapanTypeGroupNames

type TetapanTypeGroupNames struct {
	Groups []string `json:"group_names"`
}

Jump to

Keyboard shortcuts

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