Documentation
¶
Overview ¶
Package enx provides a simple interface to check for the runtime environment.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Check ¶
Check is the function signature for the checker.
func IsDirEmpty ¶
IsDirEmpty is checking if the folder is not empty.
type Checker ¶
type Checker interface {
// Check runs the checker.
Check(ctx context.Context, check ...Check) error
}
Checker is the interface for the checker.
Click to show internal directories.
Click to hide internal directories.