Documentation ¶
Overview ¶
Package daemonhelper is a helper for daemon components tests
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type D ¶
type D struct { // Env can be used to install files to test config testhelper.Env // Ctx is the daemon context, can be used to retrieve bus, data... Ctx context.Context // Cancel is the daemon cancel function Cancel context.CancelFunc DrainDuration time.Duration }
D struct holds Env, context to test daemon
Click to show internal directories.
Click to hide internal directories.