package
0.0.0-20241101034334-ca1fa88ca09a
Repository: https://github.com/openhpi/poseidon.git
Documentation: pkg.go.dev
# Functions
NewAbstractManager creates a new abstract runner manager that keeps track of all environments of one kind.
No description provided by the author
No description provided by the author
NewManagerHandlerMock creates a new instance of ManagerHandlerMock.
NewNomadEnvironment creates a new Nomad environment based on the passed Nomad Job HCL.
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
AbstractManager is used to have a fallback environment manager in the chain of responsibility following the null object pattern.
No description provided by the author
AWSEnvironmentManager contains no functionality at the moment.
ManagerHandlerMock is an autogenerated mock type for the ManagerHandler type.
No description provided by the author
No description provided by the author
# Interfaces
Manager encapsulates API calls to the executor API for creation and deletion of execution environments.
ManagerHandler is one handler in the chain of responsibility of environment managers.