Versions in this module Expand all Collapse all v0 v0.1.2 Feb 12, 2021 v0.1.0 Jan 3, 2020 Changes in this version + var IniFileName string + var ServiceCommand = "" + func GetBool(name string, defValue bool, mandatory bool, sectionName ...string) bool + func GetFloat(name string, defValue float64, mandatory bool, sectionName ...string) float64 + func GetInt(name string, defValue int, mandatory bool, sectionName ...string) int + func GetSectionValues(name string) misc.StringMap + func GetString(name string, defValue string, mandatory bool, sectionName ...string) string + func IsParamExists(section string, name string) bool + func OpenIniFile() bool