config

package
v0.0.0-...-7c57c08 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2020 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Configuration

type Configuration interface {
	GetInt(key string) int

	GetString(key string) string

	IsSet(key string) bool

	LoadConfiguration(cfgFile string) error
}

Configuration defines the interface for configuration objects

func NewConfiguration

func NewConfiguration() Configuration

NewConfiguration returns a new Configuration instance

Jump to

Keyboard shortcuts

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