Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrInvalidPathSyntax occurs when a fully-qualified dot-notation path is not passed. ErrInvalidPathSyntax = errors.New("invalid path syntax") // ErrWildCardNotAllowed occurs when a '*' symbol is passed in the query. ErrWildCardNotAllowed = errors.New("wildcard notation not allowed for build") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.