schema

package
v1.1.20 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2024 License: GPL-3.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 ShellcliCreateDTO

type ShellcliCreateDTO struct {
	Input  string `gorm:"column:Input" json:"Input" form:"Input" comment:"Input"`
	Output string `gorm:"column:Output" json:"Output" form:"Output" comment:"Output"`
}

type ShellcliQueryDTO

type ShellcliQueryDTO struct {
	Id               int64  `gorm:"column:Id" json:"Id,string" form:"Id" comment:"Id"`
	Input            string `gorm:"column:Input" json:"Input" form:"Input" comment:"Input"`
	Output           string `gorm:"column:Output" json:"Output" form:"Output" comment:"Output"`
	CreatedAt_datege string `gorm:"column:created_at_datege" json:"CreatedAt_datege" form:"CreatedAt_datege" comment:"CreatedAt_datege"`
	CreatedAt_datele string `gorm:"column:created_at_datele" json:"CreatedAt_datele" form:"CreatedAt_datele" comment:"CreatedAt_datele"`
}

type ShellcliVO

type ShellcliVO struct {
	Id               int64  `gorm:"column:Id" json:"Id,string" form:"Id" comment:"Id"`
	Input            string `gorm:"column:Input" json:"Input" form:"Input" comment:"Input"`
	Output           string `gorm:"column:Output" json:"Output" form:"Output" comment:"Output"`
	CreatedAt_datege string `gorm:"column:created_at_datege" json:"CreatedAt_datege" form:"CreatedAt_datege" comment:"CreatedAt_datege"`
	CreatedAt_datele string `gorm:"column:created_at_datele" json:"CreatedAt_datele" form:"CreatedAt_datele" comment:"CreatedAt_datele"`
}

func (ShellcliVO) GetDetailVO

func (c ShellcliVO) GetDetailVO() interface{}

func (ShellcliVO) GetListVO

func (c ShellcliVO) GetListVO() interface{}

Jump to

Keyboard shortcuts

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