Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ini ¶
type Ini interface {
GetSections() ([]string, error)
GetValue(section string, key string) (string, error)
GetValueWithDefault(section string, key string, defaultValue string) string
GetInt64Value(section string, key string) (int64, error)
GetInt64ValueWithDefault(section string, key string, defaultValue int64) int64
}
Ini represents an ini file structure
Click to show internal directories.
Click to hide internal directories.