backend

package
v0.5.3 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2014 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 Backend

type Backend interface {
	GetVariable(group, variable string) (string, error)
	SetVariable(group, variable, value string) error
	RemoveVariable(group, variable string) error
	GetGroup(group string) (map[string]string, error)
	RemoveGroup(group string) error
}

func NewBackend added in v0.2.0

func NewBackend(kind, namespace, protocol, address string) (Backend, error)

type NoBackendError added in v0.2.0

type NoBackendError struct {
	Kind string
}

func (NoBackendError) Error added in v0.2.0

func (e NoBackendError) Error() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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