Documentation ¶ Index ¶ type Registry func New() *Registry func (r *Registry) Group(name string) (decode.Group, error) func (r *Registry) MustAll() decode.Group func (r *Registry) MustGroup(name string) decode.Group func (r *Registry) MustRegister(format decode.Format) decode.Format Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Registry ¶ type Registry struct { Groups map[string]decode.Group // contains filtered or unexported fields } func New ¶ func New() *Registry func (*Registry) Group ¶ func (r *Registry) Group(name string) (decode.Group, error) func (*Registry) MustAll ¶ func (r *Registry) MustAll() decode.Group func (*Registry) MustGroup ¶ func (r *Registry) MustGroup(name string) decode.Group func (*Registry) MustRegister ¶ func (r *Registry) MustRegister(format decode.Format) decode.Format Source Files ¶ View all Source files registry.go Click to show internal directories. Click to hide internal directories.