json_data

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TableXorm

type TableXorm struct {
	ID         int64     `json:"id" xorm:"'id' autoincr"`
	UID        string    `json:"uid" xorm:"'uid' pk"`
	CreateTime time.Time `json:"create_time" xorm:"'create_time' created"`
	UpdateTime time.Time `json:"update_time" xorm:"'update_time' updated"`
	Info       string    `json:"info" xorm:"'info'"`
}

Jump to

Keyboard shortcuts

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