# Functions
NewMockBucket creates a new mock instance.
NewMockClient creates a new mock instance.
NewMockObject creates a new mock instance.
# Structs
MockBucket is a mock of Bucket interface.
MockBucketMockRecorder is the mock recorder for MockBucket.
MockClient is a mock of Client interface.
MockClientMockRecorder is the mock recorder for MockClient.
MockObject is a mock of Object interface.
MockObjectMockRecorder is the mock recorder for MockObject.