Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockPutter ¶
type MockPutter struct {
// contains filtered or unexported fields
}
MockPutter is a mock Putter
func NewMockPutter ¶
func NewMockPutter(t testing.TB) *MockPutter
NewMockPutter returns a new MockPutter
func (*MockPutter) Expect ¶
func (p *MockPutter) Expect(expect [][]byte)
Expect expect this call to FlushEvents
func (*MockPutter) FlushEvents ¶
func (p *MockPutter) FlushEvents(_ context.Context, cache [][]byte) error
FlushEvents mock FlushEvents
Click to show internal directories.
Click to hide internal directories.