ini

package
v0.0.18 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 21, 2019 License: MIT Imports: 0 Imported by: 0

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL