Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrBufferSize = errors.New("Buffer cannot be larger than capacity") ErrNoLabByTag = errors.New("Could not find lab by the specified tag") )
Functions ¶
Types ¶
type Config ¶
type Config struct { Frontends []store.InstanceConfig Exercises []store.Exercise }
func (Config) Flags ¶
func (conf Config) Flags() []store.FlagConfig
Click to show internal directories.
Click to hide internal directories.