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 interface { DumpCache() error GetRegistry() *collector.CtiRegistry }
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 ParseFromPath ¶ added in v0.15.0
ParseFromPath parses a single entity file Parser will take a path for example "/home/app-package/test.raml".
Click to show internal directories.
Click to hide internal directories.