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 ¶
type NoBackendError ¶
type NoBackendError struct {
Kind string
}
func (NoBackendError) Error ¶
func (e NoBackendError) Error() string
Click to show internal directories.
Click to hide internal directories.