Versions in this module Expand all Collapse all v0 v0.10.0 Jan 1, 2019 Changes in this version + const StatusDisabled + const StatusEnabled + var Types = make(map[string]func() interface{}) + func ContentAll(namespace string) []byte + func Deregister(key string) error + func Disable(key string) error + func Enable(key string) error + func Get(endpoint string) ([]byte, error) + func KeyFromMeta(meta Meta) (string, error) + func Manage(data []byte, reverseDNS string) ([]byte, error) + func Query(namespace string, opts QueryOptions) []byte + type Addon struct + func Register(m Meta, fn func() interface{}) Addon + func (a *Addon) String() string + type Meta struct + PonzuAddonAuthor string + PonzuAddonAuthorURL string + PonzuAddonName string + PonzuAddonReverseDNS string + PonzuAddonStatus string + PonzuAddonVersion string + type QueryOptions db.QueryOptions