Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResolvedFile ¶
type ResolvedFile struct {
// contains filtered or unexported fields
}
ResolvedFile - used for caching the already resolved files
type Resolver ¶
type Resolver struct {
ResolvedFiles map[string]model.ResolvedFile
Extension []string
ScanSourcePaths []string
StrictSourceResolver bool // if true, the resolver will avoid path traversal via resolvers trying to access paths outside scan scope
// contains filtered or unexported fields
}
Resolver - replace or modifies in-memory content before parsing
type ResolvingStatus ¶ added in v2.1.8
Click to show internal directories.
Click to hide internal directories.