package
Version:
v0.0.0-...-83adff0
Opens a new window with list of versions in this module.
Published: Jul 6, 2020
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Audit struct {
ID int64 `json:"id"`
Build int `json:"build"`
MobiApp string `json:"mobi_app"`
Ctime time.Time `json:"ctime"`
Mtime time.Time `json:"mtime"`
}
Audit audit
TableName return table name
type Param struct {
ID int64 `form:"id"`
Build int `form:"build"`
MobiApp string `form:"mobi_app"`
}
Param param
Source Files
¶
Click to show internal directories.
Click to hide internal directories.