Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONParser ¶
type JSONParser struct{}
JSONParser parses JSON configuration files into protobuf messages.
func NewJSONParser ¶
func NewJSONParser() *JSONParser
NewJSONParser creates a JSON parser. This is called by the config package to register the default JSON parser.
func (*JSONParser) Extensions ¶
func (p *JSONParser) Extensions() []string
Click to show internal directories.
Click to hide internal directories.