Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Job ¶
type Job interface { ID() ids.ID MissingDependencies() (ids.Set, error) Execute() error Bytes() []byte }
Job ...
type TestJob ¶
type TestJob struct { T *testing.T CantID, CantMissingDependencies, CantExecute, CantBytes bool IDF func() ids.ID MissingDependenciesF func() (ids.Set, error) ExecuteF func() error BytesF func() []byte }
TestJob is a test Job
type TestParser ¶
TestParser is a test Parser
Click to show internal directories.
Click to hide internal directories.