taskstatesdo

package
v0.0.0-...-48a28c7 Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2018 License: MIT Imports: 6 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Store

func Store(c context.Context, taskState *TaskState) error

Types

type TaskState

type TaskState struct {
	TaskID      string    `datastore:"-"`
	TaskStateID string    `datastore:"-"`
	Created     time.Time `datastore:"created"`
	State       string    `datastore:"value"`
}

func GetAll

func GetAll(c context.Context, taskID string) ([]*TaskState, error)

Jump to

Keyboard shortcuts

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