Documentation ¶
Index ¶
- type CollectibleField
- type DefaultParser
- func (parser *DefaultParser) CollectibleField(name string, schema *schema.Schema, onFound nodeFunc)
- func (parser *DefaultParser) OptionalField(name nameable.Nameable, schema *schema.Schema, onFound nodeFunc)
- func (parser *DefaultParser) Parse(node *node.Node) error
- func (parser *DefaultParser) RequiredField(nameable nameable.Nameable, schema *schema.Schema, onFound nodeFunc)
- func (parser *DefaultParser) Schema() *schema.Schema
- type Field
- type Parseable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CollectibleField ¶
type CollectibleField struct {
// contains filtered or unexported fields
}
type DefaultParser ¶
type DefaultParser struct {
// contains filtered or unexported fields
}
func (*DefaultParser) CollectibleField ¶
func (parser *DefaultParser) CollectibleField(name string, schema *schema.Schema, onFound nodeFunc)
func (*DefaultParser) OptionalField ¶
func (parser *DefaultParser) OptionalField(name nameable.Nameable, schema *schema.Schema, onFound nodeFunc)
func (*DefaultParser) RequiredField ¶
func (parser *DefaultParser) RequiredField(nameable nameable.Nameable, schema *schema.Schema, onFound nodeFunc)
func (*DefaultParser) Schema ¶
func (parser *DefaultParser) Schema() *schema.Schema
Click to show internal directories.
Click to hide internal directories.