Documentation
¶
Overview ¶
Package testing provides helpers for testing SpliceD.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrReuse is returned if a host cannot be joined again due to reuse being disabled ErrReuse = errors.New("reuse disabled and host already exists") // SuccessBlob is returned for a successful join, in lieu of a real metadata blob. SuccessBlob = []byte("good job!") )
Functions ¶
This section is empty.
Types ¶
type InactiveDirectory ¶
InactiveDirectory provides a fake AD structure for testing
func NewInactiveDirectory ¶
func NewInactiveDirectory() *InactiveDirectory
NewInactiveDirectory returns a new InactiveDirectory instance for testing.
Click to show internal directories.
Click to hide internal directories.