Documentation
¶
Overview ¶
Labs are a collection of challenges that are connected to each other over an isolated network. The frontend allows users to interact with the services deployed to the network. A lab contains a single frontend. This is due to the nature of this being my bachelors project and this source code being a PoC.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrorLabNameMissing = fmt.Errorf("lab name is missing") ErrorLabNoChallenges = fmt.Errorf("lab has no challenges") ErrorChallengeNameEmpty = fmt.Errorf("challenge name is empty") ErrorChallengeIDEmpty = fmt.Errorf("challenge id is empty") ErrorChallengeNoDNS = fmt.Errorf("challenge has no dns servers") ErrorLabDoesntExist = fmt.Errorf("lab does not exist") )
Functions ¶
func AllStarted ¶
func AllStarted() []*lab
func GetCapacity ¶
func HasCapacity ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.