config

package
v0.0.0-...-c4ff044 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2017 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Getter

type Getter interface {
	Get(name string) (string, error)
}

type INIConfig

type INIConfig struct {
	// contains filtered or unexported fields
}

func With

func With() *INIConfig

func (*INIConfig) Build

func (c *INIConfig) Build() *INIConfig

func (*INIConfig) Get

func (c *INIConfig) Get(name string) (string, error)

func (*INIConfig) Path

func (c *INIConfig) Path(path string) *INIConfig

func (*INIConfig) Section

func (c *INIConfig) Section(name string) *INIConfig

type Test

type Test struct {
	// contains filtered or unexported fields
}

func (*Test) Get

func (t *Test) Get(name string) (string, error)

Jump to

Keyboard shortcuts

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