config

package
v0.0.10 Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2016 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package config holds a FastForward configuration parser.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Conf

type Conf struct {
	// DEFAULT is a ini configuration file section.
	DEFAULT map[string]string
	// PLAYBACK is a ini configuration file section.
	PLAYBACK map[string]string
}

Conf is the configuration data structure.

func (*Conf) LoadConf

func (c *Conf) LoadConf() *Conf

LoadConf loads the FastForward configuration and return the Conf pointer.

type Configure

type Configure interface {
	LoadConf() (conf *configparser.Configuration)
}

Configure takes the FastForward Configuration.

Jump to

Keyboard shortcuts

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