types

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 16, 2017 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Experiment

type Experiment struct {
	Name     string
	Segments string
	Params   []Param
}

Experiment is a helper type for loading a Experiment into mongo.

type Namespace

type Namespace struct {
	Name        string
	Labels      []string
	Experiments []Experiment
}

Namespace is a helper type for loading a Namespace into mongo.

type Param

type Param struct {
	Name  string
	Value Value
}

Param is a helper type for loading a Param into mongo.

type Value

type Value struct {
	Choices []string
	Weights []float64
}

Value is a helper type for loading a Value into mongo.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL