Versions in this module Expand all Collapse all v0 v0.9.1 Mar 14, 2017 Changes in this version + var ErrMissingDomain = fmt.Errorf("domain cannot be empty") + var ErrMissingName = fmt.Errorf("name cannot be empty") + type KeyError struct + func (k KeyError) Error() string + type Namer interface + Name func() string + func New(name, secret, domain string) (Namer, error)