Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrIncorrectTypeAssertion = fmt.Errorf("incorrect type assertion")
Functions ¶
This section is empty.
Types ¶
type Dag ¶
type Dag struct {
// contains filtered or unexported fields
}
type Vertex ¶
type Vertex struct {
// contains filtered or unexported fields
}
Vertex type implements a vertex of a Directed Acyclic graph or DAG.
type VertexAlreadyExistsError ¶
type VertexAlreadyExistsError struct {
Id string
}
func (*VertexAlreadyExistsError) Error ¶
func (e *VertexAlreadyExistsError) Error() string
type VertexNotFoundError ¶
type VertexNotFoundError struct {
Id string
}
func (*VertexNotFoundError) Error ¶
func (e *VertexNotFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.