Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatError ¶ added in v0.7.23
FormatError looks for a wrapped instance of Error in the error list. If one is found, it will prefix the error message with source file information associated with the error.
func ParseProjectCommand ¶ added in v0.7.23
func ParseProjectCommand(ctx context.Context, target domain.Target, console conslogging.ConsoleLogger) (string, string, error)
Types ¶
type Error ¶ added in v0.7.23
type Error struct {
// contains filtered or unexported fields
}
Error represents an auto-skip error that can include the source file name and associated line number.
type HashOpt ¶ added in v0.7.21
type HashOpt struct { Target domain.Target Console conslogging.ConsoleLogger CI bool BuiltinArgs variables.DefaultArgs OverridingVars *variables.Scope }
HashOpt contains all of the options available to the hasher.
Click to show internal directories.
Click to hide internal directories.