Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotImplemented = errors.New("writer: not implemented")
ErrNotImplemented is the error returned if a method is not implemented.
Functions ¶
Types ¶
type Factory ¶
Factory is a function that returns a writer interface. An error is returned if the writer fails to initialize, nil otherwise.
func GetFactory ¶
GetFactory returns a factory of writer by format.
Click to show internal directories.
Click to hide internal directories.