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 HttpRsp_TemplateRecipe

type HttpRsp_TemplateRecipe = TemplateRecipe

type Scanner

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

type TemplateRecipe

type TemplateRecipe struct {
	ID      int64              `column:"id"      json:"id,omitempty"` // pk
	Name    string             `column:"name"    json:"name,omitempty"`
	Summary vanilla.NullString `column:"summary" json:"summary,omitempty" swaggertype:"string"`
	Method  string             `column:"method"  json:"method,omitempty"`
	Args    string             `column:"args"    json:"args,omitempty"`
	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"`
}

func (TemplateRecipe) ColumnNames

func (TemplateRecipe) ColumnNames() []string

func (*TemplateRecipe) Ptrs

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

func (*TemplateRecipe) Scan

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

func (TemplateRecipe) TableName

func (TemplateRecipe) TableName() string

func (TemplateRecipe) Values

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

Jump to

Keyboard shortcuts

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