Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockWriteSyncer ¶
type MockWriteSyncer struct {
// contains filtered or unexported fields
}
func New ¶
func New() *MockWriteSyncer
func (*MockWriteSyncer) EXPECT ¶
func (ws *MockWriteSyncer) EXPECT() *MockWriterSyncerExpect
func (*MockWriteSyncer) Sync ¶
func (ws *MockWriteSyncer) Sync() error
type MockWriterSyncerExpect ¶
type MockWriterSyncerExpect struct {
// contains filtered or unexported fields
}
func (*MockWriterSyncerExpect) Sync ¶
func (ws *MockWriterSyncerExpect) Sync() *mock.Call
Click to show internal directories.
Click to hide internal directories.