package
Version:
v0.0.0-...-154cf9e
Opens a new window with list of versions in this module.
Published: Mar 24, 2020
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type QuerySignatureParams struct {
Signature string `json:"signature"`
TimeStamp string `json:"timestamp"`
Nonce string `json:"nonce"`
}
type RESTfulAPIResult struct {
Status bool `json:"status"`
ErrCode int `json:"code"`
Message string `json:"message"`
Data interface{} `json:"data"`
}
type ScServer struct {
Listen string `yaml:"listen" json:"listen"`
Port int `yaml:"port" json:"port,int"`
Templates string `yaml:"templates" json:"templates"`
}
type SystemConfiguration struct {
Server ScServer `yaml:"server" json:"server"`
DebugMode bool `yaml:"debug" json:"debug"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.