Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Hooks ¶ added in v0.15.21
type Hooks interface { check.SetupHooks // AddConnectivityTests is an hook to register additional connectivity tests. AddConnectivityTests(ct *check.ConnectivityTest) error }
Hooks defines the extension hooks provided by connectivity tests.
Click to show internal directories.
Click to hide internal directories.