Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func NewExercise ¶
Types ¶
type DockerHost ¶
type Environment ¶
type Environment interface { Create(context.Context) error Add(context.Context, ...store.Exercise) error ResetByTag(context.Context, string) error NetworkInterface() string Challenges() []store.Challenge InstanceInfo() []virtual.InstanceInfo Start(context.Context) error Stop() error io.Closer }
func NewEnvironment ¶
func NewEnvironment(lib vbox.Library) Environment
Click to show internal directories.
Click to hide internal directories.