field

package
v0.0.0-...-f986c1d Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreatedAtAttr

type CreatedAtAttr struct {
	CreatedAt time.Time `torm:"created_at" json:"created_at"`
}

type DeletedAtAttr

type DeletedAtAttr struct {
	DeletedAt time.Time `torm:"deleted_at" json:"deleted_at"`
}

type IDAttr

type IDAttr struct {
	ID uint `torm:"primary_key" json:"id"`
}

type UpdatedAtAttr

type UpdatedAtAttr struct {
	UpdatedAt time.Time `torm:"updated_at" json:"updated_at"`
}

Jump to

Keyboard shortcuts

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