Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrVertexNotFound = &vertexNotFoundError{}
ErrVertexNotFound is returned when vertex not found
Functions ¶
This section is empty.
Types ¶
type State ¶
type State interface {
// GetVertex gets a vertex
GetVertex(ids.ID) (Vertex, error)
// AddVertex adds a vertex
AddVertex(Vertex) error
// VertexIssued checks if vertex issued
VertexIssued(Vertex) bool
// IsProcessing checks if processing
IsProcessing(ids.ID) bool
}
State represents DAG state
Click to show internal directories.
Click to hide internal directories.