Documentation
¶
Index ¶
Constants ¶
View Source
const ( SuccessfulEn string = "successful" SuccessfulCn string = "操作成功" FailCn string = "操作失败" FailEn string = "operattion failed" SuccessCode int = 200 FailCode int = 500 )
View Source
const ( JsonType string = "json" TomlType string = "toml" YamlType string = "yaml" YmlType string = "yml" )
View Source
const (
ErrorTypeSupported string = "This type is currently not supported. Please check!"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerConf ¶
Click to show internal directories.
Click to hide internal directories.