Documentation ¶
Index ¶
Constants ¶
View Source
const (
MetadataCacheFile = ".cache.json"
)
Variables ¶
This section is empty.
Functions ¶
func BuildPackageCache ¶ added in v0.4.0
Types ¶
type Parser ¶
type Parser struct { BaseDir string Registry *collector.CtiRegistry RAML *raml.RAML }
TODO: Maybe need to initialize one package parser instance and reuse it for all the parsing This could possibly simplify caching strategy for external clients
func Parse ¶ added in v0.4.0
Parse parses a single entity file Parser will take a path for example "/home/app-package/test.raml".
func ParsePackage ¶ added in v0.2.0
func ParseString ¶ added in v0.4.0
Click to show internal directories.
Click to hide internal directories.