Documentation ¶
Overview ¶
Package mocks contains mocks
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMocked = errors.New("mocked error")
ErrMocked is a mocked error
Functions ¶
This section is empty.
Types ¶
type SavingWriter ¶
type SavingWriter struct {
Data [][]byte
}
SavingWriter is a writer that saves what it's passed
Click to show internal directories.
Click to hide internal directories.