Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsDeployFilename ¶
func IsStackFilename ¶
Types ¶
type DeployFilename ¶
type DeployFilename string
DeployFilename is a custom type for deployment files
func (DeployFilename) IsIgnored ¶
func (df DeployFilename) IsIgnored() bool
func (DeployFilename) IsJSON ¶
func (df DeployFilename) IsJSON() bool
func (DeployFilename) String ¶
func (df DeployFilename) String() string
type Diagnostics ¶
type Diagnostics map[Filename]hcl.Diagnostics
func (Diagnostics) AsMap ¶
func (sd Diagnostics) AsMap() map[string]hcl.Diagnostics
func (Diagnostics) AutoloadedOnly ¶
func (sd Diagnostics) AutoloadedOnly() Diagnostics
AutoloadedOnly returns only diagnostics that are not from ignored files
func (Diagnostics) Copy ¶
func (sd Diagnostics) Copy() Diagnostics
func (Diagnostics) Count ¶
func (sd Diagnostics) Count() int
type Filename ¶
func FilenameFromName ¶
FilenameFromName returns either a StackFilename or DeployFilename based on the name
type SourceDiagnostics ¶
type SourceDiagnostics map[globalAst.DiagnosticSource]Diagnostics
func (SourceDiagnostics) Count ¶
func (svd SourceDiagnostics) Count() int
type StackFilename ¶
type StackFilename string
StackFilename is a custom type for stack configuration files
func (StackFilename) IsIgnored ¶
func (mf StackFilename) IsIgnored() bool
func (StackFilename) IsJSON ¶
func (mf StackFilename) IsJSON() bool
func (StackFilename) String ¶
func (mf StackFilename) String() string
Click to show internal directories.
Click to hide internal directories.