v2

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Code generated by Ice-cream-maker DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GlobalVariables

type GlobalVariables struct {
	ID      int64              `column:"id"      json:"id,omitempty"`   // pk
	Uuid    string             `column:"uuid"    json:"uuid,omitempty"` // uuid
	Name    string             `column:"name"    json:"name,omitempty"`
	Summary vanilla.NullString `column:"summary" json:"summary,omitempty" swaggertype:"string"`
	Value   vanilla.NullString `column:"value"   json:"value,omitempty"   swaggertype:"string"`
	Created time.Time          `column:"created" json:"created,omitempty"`
	Updated vanilla.NullTime   `column:"updated" json:"updated,omitempty" swaggertype:"string"`
	Deleted vanilla.NullTime   `column:"deleted" json:"deleted,omitempty" swaggertype:"string"`
}

GlobalVariables

func (GlobalVariables) ColumnNames

func (GlobalVariables) ColumnNames() []string

func (GlobalVariables) ColumnNamesWithAlias

func (GlobalVariables) ColumnNamesWithAlias() []string

func (*GlobalVariables) Ptrs

func (row *GlobalVariables) Ptrs() []interface{}

func (*GlobalVariables) Scan

func (row *GlobalVariables) Scan(scanner Scanner) error

func (GlobalVariables) TableName

func (GlobalVariables) TableName() string

func (GlobalVariables) Values

func (row GlobalVariables) Values() []interface{}

type HttpReq_GlobalVariables_update

type HttpReq_GlobalVariables_update struct {
	Value string `json:"value,omitempty"`
}

type Scanner

type Scanner interface {
	Scan(dest ...interface{}) error
}

Jump to

Keyboard shortcuts

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