Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct { T *testing.T CantBuildVtx bool BuildStopVtxF func(ctx context.Context, parentIDs []ids.ID) (avalanche.Vertex, error) }
func (*Builder) BuildStopVtx ¶
type Manager ¶
func NewManager ¶
type Parser ¶
type Storage ¶
type Storage struct { T *testing.T CantGetVtx, CantEdge, CantStopVertexAccepted bool GetVtxF func(context.Context, ids.ID) (avalanche.Vertex, error) EdgeF func(context.Context) []ids.ID StopVertexAcceptedF func(context.Context) (bool, error) }
Click to show internal directories.
Click to hide internal directories.