Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarkEnabled ¶
Types ¶
type Experiment ¶
type Experiment struct {
Id string `json:"id"`
Name string `json:"name"`
Description string `json:"description"`
Stability StabilityLevel `json:"stability"`
UpScript string `json:"-"`
DownScript string `json:"-"`
Enabled bool `json:"-"`
}
func Find ¶
func Find(id string) (*Experiment, error)
func List ¶
func List() ([]Experiment, error)
type StabilityLevel ¶
type StabilityLevel int
const ( GFL StabilityLevel = iota Devel Alpha Beta )
func (StabilityLevel) String ¶
func (s StabilityLevel) String() string
Click to show internal directories.
Click to hide internal directories.