Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GroupMatch ¶
type GuardMatch ¶
type Output ¶
type Output struct {
Files []string `json:"files"`
Scopes []ScopeMatch `json:"scopes,omitempty"`
Tasks []TaskMatch `json:"tasks,omitempty"`
Groups []GroupMatch `json:"groups,omitempty"`
Guards []GuardMatch `json:"guards,omitempty"`
Packages []codemap.Explanation `json:"packages,omitempty"`
Markdown string `json:"markdown"`
}
type ScopeMatch ¶
Click to show internal directories.
Click to hide internal directories.