package
1.65.4
Repository: https://github.com/untangle/golang-shared.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
NewMockLogger returns a new logger mock.

# Structs

No description provided by the author
MockAlertPublisher is not a real mock, it is a test stub that keeps the last alert.
MockExecutorCombinedOutputErr is a struct used for tetss where CombinedOutput returns an error, but Run and Output do not.
MockExecutorNoErr is a struct used for tests, where Run, Output, and CombinedOutput all return with no errors.
MockExecutorRunErr is a struct used for tests where Run returns an error, but Output and CombinedOutput do not.
No description provided by the author