Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrLoadFailed = errors.New("load failed") ErrExecFailed = errors.New("exec failed") ErrMainFailed = errors.New("failed to call main") ErrHookFailed = errors.New("failed to call hook") ErrMainUnexpectedResult = errors.New("main returned unexpected result") ErrSanity = errors.New("sanity check failed") )
View Source
var ErrStarlarkConversion = errors.New("failed to convert Starlark data type")
Functions ¶
This section is empty.
Types ¶
type HookResult ¶ added in v0.36.0
type Larker ¶
type Larker struct {
// contains filtered or unexported fields
}
type Option ¶
type Option func(*Larker)
func WithAffectedFiles ¶ added in v0.42.0
func WithEnvironment ¶ added in v0.8.0
func WithFileSystem ¶
func WithFileSystem(fs fs.FileSystem) Option
Click to show internal directories.
Click to hide internal directories.