Versions in this module Expand all Collapse all v1 v1.0.1 Jul 25, 2023 v1.0.0 Jul 25, 2023 Changes in this version + var ErrUnknownShell = fmt.Errorf("%w: unknown shell", errors.ErrParse) + func Plugin() gdttypes.Plugin + func UnknownShell(shell string) error + type Defaults struct + func (d *Defaults) UnmarshalYAML(node *yaml.Node) error + type PipeExpect struct + Contains []string + ContainsOneOf []string + Is *string + type Spec struct + Err *PipeExpect + Exec string + ExitCode int + Out *PipeExpect + Shell string + func (s *Spec) Base() *gdttypes.Spec + func (s *Spec) Run(ctx context.Context, t *testing.T) error + func (s *Spec) SetBase(b gdttypes.Spec) + func (s *Spec) UnmarshalYAML(node *yaml.Node) error