Documentation
¶
Overview ¶
Package form contains a DB's marshal/unmarshal behaviour.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrFormExists occurs when you attempt to register to a known form name. ErrFormExists = errors.New("form exists") // ErrUnknownForm occurs when you attempt to get a form that isn't registered. ErrUnknownForm = errors.New("unknown form") )
View Source
var Default = "json"
Default is the name of the default form to load.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.