lib

package
v0.0.0-...-a3a26f5 Latest Latest
Warning

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

Go to latest
Published: Sep 4, 2016 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Logger log.Logger
View Source
var WaitGroup sync.WaitGroup

Functions

This section is empty.

Types

type APICaller

type APICaller interface {
	Call() (Resources, error)
}

type Resources

type Resources interface {
	Update(updater Updater) error
}

type UpdateSet

type UpdateSet struct {
	Name   string
	Keys   []string
	Values []string
}

func (*UpdateSet) AddString

func (s *UpdateSet) AddString(key, value string)

func (UpdateSet) String

func (s UpdateSet) String() string

type Updater

type Updater interface {
	Set(name string) *UpdateSet
	Update(set ...*UpdateSet) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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