Versions in this module Expand all Collapse all v0 v0.62.1 Feb 14, 2025 Changes in this version + const DefaultPostKillTimeout + func Run(ctx context.Context, hook *rspec.Hook, state []byte, stdout io.Writer, ...) (hookErr, err error) + func RunWithOptions(ctx context.Context, options RunOptions) (hookErr, err error) + func RuntimeConfigFilter(ctx context.Context, hooks []spec.Hook, config *spec.Spec, ...) (hookErr, err error) + func RuntimeConfigFilterWithOptions(ctx context.Context, options RuntimeConfigFilterOptions) (hookErr, err error) + type RunOptions struct + Dir string + Hook *rspec.Hook + PostKillTimeout time.Duration + State []byte + Stderr io.Writer + Stdout io.Writer + type RuntimeConfigFilterOptions struct + Config *spec.Spec + Dir string + Hooks []spec.Hook + PostKillTimeout time.Duration