Documentation ¶
Overview ¶
Package config config util Author: Frank Lee Date: 2017-08-07 10:43:26 Last Modified by: Frank Lee Last Modified time: 2017-08-07 10:43:26
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAll ¶
GetAll if not recurse, only return k-v starting with exactly key, else return all k-v starting with key.
func GetBool ¶
GetBool get bool value by key. If key is not set, return false. strconv.ParseBool error, return false.
func GetEval ¶
GetEval get eval value by key. If key is not set, return 0. strconv.ParseFloat error, return 0.
func GetInt ¶
GetInt get int value by key. If key is not set, return 0. strconv.Atoi error, return 0.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.