Documentation
¶
type TaskState struct {
TaskID string `datastore:"-"`
TaskStateID string `datastore:"-"`
Created time.Time `datastore:"created"`
State string `datastore:"value"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.