Documentation ¶ Overview ¶ Package shell provides the implementation of a shell test script. Index ¶ func New(logger logr.Logger, beforeScript, afterScript *string) test.Script Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(logger logr.Logger, beforeScript, afterScript *string) test.Script New creates a new shell script by merging beforeScript and afterScript. Since the "before" and "after" are part of the same shell script, it is possible to reuse the declarations/definitions of the "before" part in the "after" part. Types ¶ This section is empty. Source Files ¶ View all Source files doc.goshell.go Click to show internal directories. Click to hide internal directories.