c

package
v0.0.0-...-90932cc Latest Latest
Warning

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

Go to latest
Published: Feb 12, 2015 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Conf

type Conf struct {
	Rifts []struct {
		Pull string     `yaml:"pull"`
		Name string     `yaml:"name"`
		Push []PullConf `yaml:"push"`
	} `yaml:"rifts"`
}

func GetConf

func GetConf(path string) (c Conf, err error)

type PullConf

type PullConf struct {
	URL        string `yaml:"URL"`
	SampleRate int    `yaml:"sampleRate"`
}

Jump to

Keyboard shortcuts

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