Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MigrateData ¶
func MigrateData(runsProcessor Runs)
MigrateData handles all the loading and transactions across the full datastore. It should be called from a main(), e.g.
func main() { p := experimentalLabeller{} processor.MigrateData(p) }
Types ¶
type ConditionUnsatisfied ¶
type ConditionUnsatisfied struct{}
ConditionUnsatisfied is a non-fatal error when a run does not need to be processed.
func (ConditionUnsatisfied) Error ¶
func (e ConditionUnsatisfied) Error() string
Click to show internal directories.
Click to hide internal directories.