Documentation ¶
Index ¶
- func GetConfig(p paramConfig) (*responseConfig, error)
- func GoExec(p paramExec) (*response, error)
- func GoExecES(p paramDB) ([]byte, error)
- func GoExecMSSQL(p paramDB) ([]byte, error)
- func GoExecPostgreSQL(p paramDB) ([]byte, error)
- func GoExecredis(p paramDB) ([]byte, error)
- func GoPostData(w http.ResponseWriter, r *http.Request)
- func Key() string
- func Round(input float64, places int) (newVal float64)
- func RoundDown(input float64, places int) (newVal float64)
- func RoundUp(input float64, places int) (newVal float64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConfig ¶
func GetConfig(p paramConfig) (*responseConfig, error)
GetConfig ... , get configuration for this app parameter
func GoExec ¶
func GoExec(p paramExec) (*response, error)
GoExec from db selection, return (*response, error)
func GoExecPostgreSQL ¶
GoExecPostgreSQL file from db PostGreSQL
func GoPostData ¶
func GoPostData(w http.ResponseWriter, r *http.Request)
GoPostData is func to post data to db with return success or not
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.