package
1.7.21
Repository: https://github.com/devfeel/dotweb.git
Documentation: pkg.go.dev

# Functions

InitConfig initialize the config with configFile.
MarshalJSON returns the JSON encoding of v.
MarshalJSONString returns the JSON encoding string format of v.
MarshalXML returns the XML encoding of v.
MarshalXMLString returns the XML encoding string format of v.
MarshalYaml Marshal serializes the value provided into a YAML document.
MarshalYamlString returns the Ymal encoding string format of v.
init config file If an exception occurs, will be panic it.
No description provided by the author
NewConfig create new config.
No description provided by the author
No description provided by the author
ParseConfigSetJSON include ConfigSet json file.
ParseConfigSetXML include ConfigSet xml file.
ParseConfigSetYaml include ConfigSet yaml file.
UnmarshalJSON parses the JSON-encoded data and stores the result in the value pointed to by v.
UnmarshalXML parses the XML-encoded data and stores the result in the value pointed to by v, which must be an arbitrary struct, slice, or string.
UnmarshalYaml decodes the first document found within the in byte slice and assigns decoded values into the out value.

# Constants

ConfigType_JSON json config file.
ConfigType_XML xml config file.
ConfigType_Yaml yaml config file.
default timeout Millisecond for per request handler.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author