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 ¶
Click to show internal directories.
Click to hide internal directories.