model

package
v0.0.0-...-6f253cd Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const TestFieldCreateAt = "`create_at`"
View Source
const TestFieldId = "`id`"
View Source
const TestFieldUpdateAt = "`update_at`"

Variables

Functions

func NewTestRepo

func NewTestRepo(db gomodel.Execer) *testRepo

Types

type Test

type Test struct {
	Id       int       `db:"id"`
	CreateAt time.Time `db:"create_at"`
	UpdateAt time.Time `db:"update_at"`
}

Jump to

Keyboard shortcuts

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