Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Constructor ¶
type Constructor interface { Name() string New(resource string, specs *specs.ParameterMap) (Manager, error) }
Constructor is capable of constructing new codec managers for the given resource and specs
type Constructors ¶
type Constructors map[string]Constructor
Constructors represent a collection of codec constructors
func (Constructors) Get ¶
func (collection Constructors) Get(key string) Constructor
Get attempts to fetch a codec constructor from the collection matching the given key
Click to show internal directories.
Click to hide internal directories.