Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEmptyReference ¶
Types ¶
type Component ¶
type Component struct { Name Referable[string] DeepScan Referable[bool] ResolvedPaths []Referable[models.ResolvedPath] AllowedProjectImports []Referable[models.ResolvedPath] AllowedVendorGlobs []Referable[models.Glob] MayDependOn []Referable[string] CanUse []Referable[string] SpecialFlags SpecialFlags }
type Referable ¶ added in v1.7.1
type Referable[T any] struct { // contains filtered or unexported fields }
func NewEmptyReferable ¶ added in v1.7.1
func NewReferable ¶ added in v1.7.1
Click to show internal directories.
Click to hide internal directories.