Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlueprintParser ¶
type BlueprintParser struct{}
BlueprintParser Concrete's parser definition
func (BlueprintParser) Parse ¶
func (bp BlueprintParser) Parse(filename string, tra transformer.Transformer) (def *definition.Api, err error)
Parse Concrete implementation of the Parser.Parse method
type Parser ¶
type Parser interface {
Parse(filename string, tra transformer.Transformer) (def *definition.Api, err error)
}
Parser Interface definition
func NewBlueprintParser ¶
func NewBlueprintParser() Parser
NewBlueprintParser Creates a blueprint parser
type RamlParser ¶
type RamlParser struct{}
RamlParser Concrete's parser definition
func (RamlParser) Parse ¶
func (rp RamlParser) Parse(filename string, tra transformer.Transformer) (def *definition.Api, err error)
Parse Concrete implementation of the Parser.Parse method
Click to show internal directories.
Click to hide internal directories.