Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶
type Driver map[string]Parameters
func (Driver) MarshalYAML ¶
func (Driver) Parameters ¶
func (driver Driver) Parameters() Parameters
func (*Driver) UnmarshalText ¶
func (*Driver) UnmarshalYAML ¶
type Parameters ¶
type Parameters map[string]interface{}
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
func NewParser ¶
func NewParser(prefix string, parseInfos []VersionedParseInfo) *Parser
Click to show internal directories.
Click to hide internal directories.