package
Version:
v0.12.5
Opens a new window with list of versions in this module.
Published: Jul 3, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
const (
StateInvalid State = iota
StatePacked
StateDispatched
StateProved
StateOutputted
StateFailed
)
type Task struct {
ID uint64 `json:"id"`
ProjectID uint64 `json:"projectID"`
ProjectVersion string `json:"projectVersion"`
Data [][]byte `json:"data"`
ClientID string `json:"clientID"`
Signature string `json:"signature"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.