Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MockSender ¶
type MockSender struct {
// contains filtered or unexported fields
}
MockSender is a mocked sender for testing that just logs would-be commands
func NewMockSender ¶
func NewMockSender(err string) *MockSender
func (*MockSender) Logs ¶
func (s *MockSender) Logs() []string
Click to show internal directories.
Click to hide internal directories.