configs

package
v0.0.0-...-e75eb70 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	/**
	 * Yuw
	 */
	YuwVersion string = "version:1.0.0 -->"
	Yuw        string = YuwVersion + `
 _       _               _             _   
(_)_   _(_)_         _  (_)           (_)  
  (_)_(_) (_)       (_) (_)     _     (_)  
    (_)   (_)       (_) (_)   _(_)_   (_) 
    (_)   (_)_  _  _(_)_(_)_(_)   (_)_(_)  
    (_)     (_)(_)(_) (_) (_)       (_)`

	/**
	 * Time Zone & Area Position
	 */
	LocationAsiaShanghai string = "Asia/Shanghai"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type MPoT

type MPoT struct {
	Types     string          `json:"types"` // Todo: "ONE"->"FetchOne" "ALL"->"FetchAll"
	Table     string          `json:"table"`
	Field     string          `json:"field"`
	Joins     [][]interface{} `json:"joins"`
	Limit     int             `json:"limit"`
	Start     []int           `json:"start"`
	Query     interface{}     `json:"query"`
	QueryArgs []interface{}   `json:"query_args"`
	Columns   []string        `json:"columns"`
	OrderType string          `json:"order_type"`
	OrderArgs []string        `json:"order_args"`
}

type ResponsePoT

type ResponsePoT struct {
	Status int
	Msg    string
	Data   interface{}
}

Jump to

Keyboard shortcuts

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