# README
功能
mock模块
通过配置base.go里的generate
随后运行go generate
自动生成一系列mock接口
# Functions
NewHTTPClient creates a new mock instance.
NewInfluxClient creates a new mock instance.
NewIOCloser creates a new mock instance.
NewKafkaClient creates a new mock instance.
NewMockAbstractAgent creates a new mock instance.
NewMockAbstractKV creates a new mock instance.
NewMockAbstractPlan creates a new mock instance.
NewMockBatchPoints creates a new mock instance.
NewMockBroker creates a new mock instance.
NewMockCluster creates a new mock instance.
NewMockClusterAdmin creates a new mock instance.
NewMockConsulClient creates a new mock instance.
NewMockConsumerGroup creates a new mock instance.
NewMockConsumerGroupClaim creates a new mock instance.
NewMockConsumerGroupSession creates a new mock instance.
NewMockOffsetManager creates a new mock instance.
NewMockPartitionOffsetManager creates a new mock instance.
NewMockSession creates a new mock instance.
NewMockStorageBackup creates a new mock instance.
NewMockSyncProducer creates a new mock instance.
NewProxyBackend creates a new mock instance.
# Structs
HTTPClient is a mock of Client interface.
HTTPClientMockRecorder is the mock recorder for HTTPClient.
InfluxClient is a mock of Client interface.
InfluxClientMockRecorder is the mock recorder for InfluxClient.
IOCloser is a mock of Closer interface.
IOCloserMockRecorder is the mock recorder for IOCloser.
KafkaClient is a mock of Client interface.
KafkaClientMockRecorder is the mock recorder for KafkaClient.
MockAbstractAgent is a mock of Agent interface.
MockAbstractAgentMockRecorder is the mock recorder for MockAbstractAgent.
MockAbstractKV is a mock of KV interface.
MockAbstractKVMockRecorder is the mock recorder for MockAbstractKV.
MockAbstractPlan is a mock of Plan interface.
MockAbstractPlanMockRecorder is the mock recorder for MockAbstractPlan.
MockBatchPoints is a mock of BatchPoints interface.
MockBatchPointsMockRecorder is the mock recorder for MockBatchPoints.
MockBroker is a mock of Broker interface.
MockBrokerMockRecorder is the mock recorder for MockBroker.
MockCluster is a mock of Cluster interface.
MockClusterAdmin is a mock of ClusterAdmin interface.
MockClusterAdminMockRecorder is the mock recorder for MockClusterAdmin.
MockClusterMockRecorder is the mock recorder for MockCluster.
MockConsulClient is a mock of ConsulClient interface.
MockConsulClientMockRecorder is the mock recorder for MockConsulClient.
MockConsumerGroup is a mock of ConsumerGroup interface.
MockConsumerGroupClaim is a mock of ConsumerGroupClaim interface.
MockConsumerGroupClaimMockRecorder is the mock recorder for MockConsumerGroupClaim.
MockConsumerGroupMockRecorder is the mock recorder for MockConsumerGroup.
MockConsumerGroupSession is a mock of ConsumerGroupSession interface.
MockConsumerGroupSessionMockRecorder is the mock recorder for MockConsumerGroupSession.
MockOffsetManager is a mock of OffsetManager interface.
MockOffsetManagerMockRecorder is the mock recorder for MockOffsetManager.
MockPartitionOffsetManager is a mock of PartitionOffsetManager interface.
MockPartitionOffsetManagerMockRecorder is the mock recorder for MockPartitionOffsetManager.
MockSession is a mock of Session interface.
MockSessionMockRecorder is the mock recorder for MockSession.
MockStorageBackup is a mock of StorageBackup interface.
MockStorageBackupMockRecorder is the mock recorder for MockStorageBackup.
MockSyncProducer is a mock of SyncProducer interface.
MockSyncProducerMockRecorder is the mock recorder for MockSyncProducer.
ProxyBackend is a mock of Backend interface.
ProxyBackendMockRecorder is the mock recorder for ProxyBackend.