package
0.0.0-20241106155120-31ca61c30ccd
Repository: https://github.com/rancher/shepherd.git
Documentation: pkg.go.dev
# Functions
NewSession is a constructor instantiates a new `Session`.
# Structs
Session is used to track resources created by tests by having a LIFO queue the keeps track of the delete functions.
# Type aliases
CleanupFunc is the type RegisterCleanupFunc accepts.