Documentation
¶
Overview ¶
Packages drift provides functionality for detecting stale or invalid context.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Issue ¶
type Issue struct {
File string `json:"file"`
Line int `json:"line,omitempty"`
Type string `json:"type"`
Message string `json:"message"`
Path string `json:"path,omitempty"`
Rule string `json:"rule,omitempty"`
}
Issue represents a detected drift issue.
Click to show internal directories.
Click to hide internal directories.