assignments

package
v0.0.0-...-b44ee91 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	StatusNewAssignment      = "NEW_ASSIGNMENT"
	StatusExistingAssignment = "EXISTING_ASSIGNMENT"

	StatusExperimentInDraft = "EXPERIMENT_IN_DRAFT_STATE"
	StatusExperimentPaused  = "EXPERIMENT_PAUSED"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Assignment

type Assignment struct {
	Cache bool `json:"cache"`

	Payload    string `json:"payload"`
	Status     Status `json:"status"`
	Assignment string `json:"assignment"`
	Context    string `json:"context"`
}

type Status

type Status string

Jump to

Keyboard shortcuts

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