package
Version:
v0.1.4
Opens a new window with list of versions in this module.
Published: Jun 21, 2025
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
-
func Get(name, defaultVal string) (string, bool)
-
func GetBool(name string, defaultVal bool) (bool, bool)
-
func GetFloat64(name string, defaultVal float64) (float64, bool)
-
func GetInt(name string, defaultVal int) (int, bool)
-
func GetInt64(name string, defaultVal int64) (int64, bool)
*
* Get
* @param name, defaultVal string
* @return string, bool
*
*
* GetBool
* @param name, defaultVal bool
* @return bool, bool
*
*
* GetFloat64
* @param name, defaultVal float64
* @return float64, bool
*
*
* GetInt
* @param name, defaultVal int
* @return int, bool
*
*
* GetInt64
* @param name, defaultVal int64
* @return int64, bool
*
Source Files
¶
Click to show internal directories.
Click to hide internal directories.