Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockEngineSchema
- func (m *MockEngineSchema) CreateBucket(arg0 context.Context, arg1 *influxdb.Bucket) error
- func (m *MockEngineSchema) DeleteBucket(arg0 context.Context, arg1, arg2 influxdb.ID) error
- func (m *MockEngineSchema) EXPECT() *MockEngineSchemaMockRecorder
- func (m *MockEngineSchema) UpdateBucketRetentionPeriod(arg0 context.Context, arg1 influxdb.ID, arg2 time.Duration) error
- type MockEngineSchemaMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockEngineSchema ¶
type MockEngineSchema struct {
// contains filtered or unexported fields
}
MockEngineSchema is a mock of EngineSchema interface
func NewMockEngineSchema ¶
func NewMockEngineSchema(ctrl *gomock.Controller) *MockEngineSchema
NewMockEngineSchema creates a new mock instance
func (*MockEngineSchema) CreateBucket ¶
CreateBucket mocks base method
func (*MockEngineSchema) DeleteBucket ¶
DeleteBucket mocks base method
func (*MockEngineSchema) EXPECT ¶
func (m *MockEngineSchema) EXPECT() *MockEngineSchemaMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockEngineSchema) UpdateBucketRetentionPeriod ¶
func (m *MockEngineSchema) UpdateBucketRetentionPeriod(arg0 context.Context, arg1 influxdb.ID, arg2 time.Duration) error
UpdateBucketRetentionPeriod mocks base method
type MockEngineSchemaMockRecorder ¶
type MockEngineSchemaMockRecorder struct {
// contains filtered or unexported fields
}
MockEngineSchemaMockRecorder is the mock recorder for MockEngineSchema
func (*MockEngineSchemaMockRecorder) CreateBucket ¶
func (mr *MockEngineSchemaMockRecorder) CreateBucket(arg0, arg1 interface{}) *gomock.Call
CreateBucket indicates an expected call of CreateBucket
func (*MockEngineSchemaMockRecorder) DeleteBucket ¶
func (mr *MockEngineSchemaMockRecorder) DeleteBucket(arg0, arg1, arg2 interface{}) *gomock.Call
DeleteBucket indicates an expected call of DeleteBucket
func (*MockEngineSchemaMockRecorder) UpdateBucketRetentionPeriod ¶
func (mr *MockEngineSchemaMockRecorder) UpdateBucketRetentionPeriod(arg0, arg1, arg2 interface{}) *gomock.Call
UpdateBucketRetentionPeriod indicates an expected call of UpdateBucketRetentionPeriod
Click to show internal directories.
Click to hide internal directories.