app

package
v0.0.0-...-aeebf62 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Db

func Db() gdb.DB

Types

type Controller

type Controller struct {
	StartTime      int64
	HandlerSeconds float64
}

type Model

type Model struct {
	StartTime       string `json:"start_time,omitempty" gorm:"-" form:"start_time" time_format:"2008-08-08 08:08:08"` // 忽略这个字段
	EndTime         string `json:"end_time,omitempty" gorm:"-" form:"end_time" time_format:"2008-08-08 08:08:08"`     // 忽略这个字段
	Page            int64  `json:"page,omitempty" gorm:"-" form:"page"`                                               // 忽略这个字段
	PageSize        int64  `json:"page_size,omitempty" gorm:"-" form:"page_size"`                                     // 忽略这个字段
	OrderColumnName string `json:"order_column_name,omitempty" gorm:"-" form:"order_column_name"`                     // 忽略这个字段
	OrderType       string `json:"order_type,omitempty" gorm:"-" form:"order_type"`                                   // 忽略这个字段
	Fields          string `json:"fields,omitempty" gorm:"-" form:"fields"`                                           // 忽略这个字段
}

Directories

Path Synopsis
cms
sys

Jump to

Keyboard shortcuts

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