audit

package
v0.0.0-...-83adff0 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2020 License: GPL-3.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 Audit

type Audit struct {
	ID      int64     `json:"id"`
	Build   int       `json:"build"`
	Remark  string    `json:"remark"`
	MobiApp string    `json:"mobi_app"`
	Ctime   time.Time `json:"ctime"`
	Mtime   time.Time `json:"mtime"`
}

Audit audit

func (*Audit) TableName

func (*Audit) TableName() string

TableName return table name

type Param

type Param struct {
	ID      int64  `form:"id"`
	Build   int    `form:"build"`
	Remark  string `form:"remark"`
	MobiApp string `form:"mobi_app"`
}

Param param

Jump to

Keyboard shortcuts

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