backend

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2015 License: MPL-2.0 Imports: 3 Imported by: 1

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) ([]byte, error)
	SetVariable(group, variable string, value []byte) error
	RemoveVariable(group, variable string) error
	GetGroup(group string) (map[string][]byte, error)
	RemoveGroup(group string) error
}

func NewBackend

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

type NoBackendError

type NoBackendError struct {
	Kind string
}

func (NoBackendError) Error

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