Versions in this module Expand all Collapse all v0 v0.10.0 Apr 20, 2026 v0.9.4 Apr 20, 2026 Changes in this version + type Buildable interface + Build func(ctx context.Context) (string, error) + type Findable interface + Find func(ctx context.Context) (string, error) + type Installable interface + Install func(ctx context.Context) (string, error) + type LoggerSettable interface + SetLogger func(logger *log.Logger) + type Removable interface + Remove func(ctx context.Context) error + type Source interface + IsSourceImpl func() isrc.InstallSrcSigil + type Validatable interface + Validate func() error