Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeIEtcd
- func (fake *FakeIEtcd) Broadcast(arg1 context.Context, arg2 *etcd.Message) error
- func (fake *FakeIEtcd) BroadcastArgsForCall(i int) (context.Context, *etcd.Message)
- func (fake *FakeIEtcd) BroadcastCallCount() int
- func (fake *FakeIEtcd) BroadcastCalls(stub func(context.Context, *etcd.Message) error)
- func (fake *FakeIEtcd) BroadcastReturns(result1 error)
- func (fake *FakeIEtcd) BroadcastReturnsOnCall(i int, result1 error)
- func (fake *FakeIEtcd) Client() *clientv3.Client
- func (fake *FakeIEtcd) ClientCallCount() int
- func (fake *FakeIEtcd) ClientCalls(stub func() *clientv3.Client)
- func (fake *FakeIEtcd) ClientReturns(result1 *clientv3.Client)
- func (fake *FakeIEtcd) ClientReturnsOnCall(i int, result1 *clientv3.Client)
- func (fake *FakeIEtcd) Delete(arg1 context.Context, arg2 string, arg3 ...clientv3.OpOption) (*clientv3.DeleteResponse, error)
- func (fake *FakeIEtcd) DeleteArgsForCall(i int) (context.Context, string, []clientv3.OpOption)
- func (fake *FakeIEtcd) DeleteCallCount() int
- func (fake *FakeIEtcd) DeleteCalls(...)
- func (fake *FakeIEtcd) DeleteReturns(result1 *clientv3.DeleteResponse, result2 error)
- func (fake *FakeIEtcd) DeleteReturnsOnCall(i int, result1 *clientv3.DeleteResponse, result2 error)
- func (fake *FakeIEtcd) Direct(arg1 context.Context, arg2 string, arg3 *etcd.Message) error
- func (fake *FakeIEtcd) DirectArgsForCall(i int) (context.Context, string, *etcd.Message)
- func (fake *FakeIEtcd) DirectCallCount() int
- func (fake *FakeIEtcd) DirectCalls(stub func(context.Context, string, *etcd.Message) error)
- func (fake *FakeIEtcd) DirectReturns(result1 error)
- func (fake *FakeIEtcd) DirectReturnsOnCall(i int, result1 error)
- func (fake *FakeIEtcd) Get(arg1 context.Context, arg2 string, arg3 ...clientv3.OpOption) (*clientv3.GetResponse, error)
- func (fake *FakeIEtcd) GetArgsForCall(i int) (context.Context, string, []clientv3.OpOption)
- func (fake *FakeIEtcd) GetCallCount() int
- func (fake *FakeIEtcd) GetCalls(...)
- func (fake *FakeIEtcd) GetReturns(result1 *clientv3.GetResponse, result2 error)
- func (fake *FakeIEtcd) GetReturnsOnCall(i int, result1 *clientv3.GetResponse, result2 error)
- func (fake *FakeIEtcd) GrantLease(arg1 context.Context, arg2 int64) (*clientv3.LeaseGrantResponse, error)
- func (fake *FakeIEtcd) GrantLeaseArgsForCall(i int) (context.Context, int64)
- func (fake *FakeIEtcd) GrantLeaseCallCount() int
- func (fake *FakeIEtcd) GrantLeaseCalls(stub func(context.Context, int64) (*clientv3.LeaseGrantResponse, error))
- func (fake *FakeIEtcd) GrantLeaseReturns(result1 *clientv3.LeaseGrantResponse, result2 error)
- func (fake *FakeIEtcd) GrantLeaseReturnsOnCall(i int, result1 *clientv3.LeaseGrantResponse, result2 error)
- func (fake *FakeIEtcd) Invocations() map[string][][]interface{}
- func (fake *FakeIEtcd) PublishConfigUpdate(arg1 context.Context, arg2 *etcd.MessageUpdateConfig) error
- func (fake *FakeIEtcd) PublishConfigUpdateArgsForCall(i int) (context.Context, *etcd.MessageUpdateConfig)
- func (fake *FakeIEtcd) PublishConfigUpdateCallCount() int
- func (fake *FakeIEtcd) PublishConfigUpdateCalls(stub func(context.Context, *etcd.MessageUpdateConfig) error)
- func (fake *FakeIEtcd) PublishConfigUpdateReturns(result1 error)
- func (fake *FakeIEtcd) PublishConfigUpdateReturnsOnCall(i int, result1 error)
- func (fake *FakeIEtcd) PublishCreateComposite(arg1 context.Context, arg2 *opts.Composite) error
- func (fake *FakeIEtcd) PublishCreateCompositeArgsForCall(i int) (context.Context, *opts.Composite)
- func (fake *FakeIEtcd) PublishCreateCompositeCallCount() int
- func (fake *FakeIEtcd) PublishCreateCompositeCalls(stub func(context.Context, *opts.Composite) error)
- func (fake *FakeIEtcd) PublishCreateCompositeReturns(result1 error)
- func (fake *FakeIEtcd) PublishCreateCompositeReturnsOnCall(i int, result1 error)
- func (fake *FakeIEtcd) PublishCreateConnection(arg1 context.Context, arg2 *opts.ConnectionOptions) error
- func (fake *FakeIEtcd) PublishCreateConnectionArgsForCall(i int) (context.Context, *opts.ConnectionOptions)
- func (fake *FakeIEtcd) PublishCreateConnectionCallCount() int
- func (fake *FakeIEtcd) PublishCreateConnectionCalls(stub func(context.Context, *opts.ConnectionOptions) error)
- func (fake *FakeIEtcd) PublishCreateConnectionReturns(result1 error)
- func (fake *FakeIEtcd) PublishCreateConnectionReturnsOnCall(i int, result1 error)
- func (fake *FakeIEtcd) PublishCreateRead(arg1 context.Context, arg2 *opts.ReadOptions) error
- func (fake *FakeIEtcd) PublishCreateReadArgsForCall(i int) (context.Context, *opts.ReadOptions)
- func (fake *FakeIEtcd) PublishCreateReadCallCount() int
- func (fake *FakeIEtcd) PublishCreateReadCalls(stub func(context.Context, *opts.ReadOptions) error)
- func (fake *FakeIEtcd) PublishCreateReadReturns(result1 error)
- func (fake *FakeIEtcd) PublishCreateReadReturnsOnCall(i int, result1 error)
- func (fake *FakeIEtcd) PublishCreateRelay(arg1 context.Context, arg2 *opts.RelayOptions) error
- func (fake *FakeIEtcd) PublishCreateRelayArgsForCall(i int) (context.Context, *opts.RelayOptions)
- func (fake *FakeIEtcd) PublishCreateRelayCallCount() int
- func (fake *FakeIEtcd) PublishCreateRelayCalls(stub func(context.Context, *opts.RelayOptions) error)
- func (fake *FakeIEtcd) PublishCreateRelayReturns(result1 error)
- func (fake *FakeIEtcd) PublishCreateRelayReturnsOnCall(i int, result1 error)
- func (fake *FakeIEtcd) PublishCreateSchema(arg1 context.Context, arg2 *protos.Schema) error
- func (fake *FakeIEtcd) PublishCreateSchemaArgsForCall(i int) (context.Context, *protos.Schema)
- func (fake *FakeIEtcd) PublishCreateSchemaCallCount() int
- func (fake *FakeIEtcd) PublishCreateSchemaCalls(stub func(context.Context, *protos.Schema) error)
- func (fake *FakeIEtcd) PublishCreateSchemaReturns(result1 error)
- func (fake *FakeIEtcd) PublishCreateSchemaReturnsOnCall(i int, result1 error)
- func (fake *FakeIEtcd) PublishCreateService(arg1 context.Context, arg2 *protos.Service) error
- func (fake *FakeIEtcd) PublishCreateServiceArgsForCall(i int) (context.Context, *protos.Service)
- func (fake *FakeIEtcd) PublishCreateServiceCallCount() int
- func (fake *FakeIEtcd) PublishCreateServiceCalls(stub func(context.Context, *protos.Service) error)
- func (fake *FakeIEtcd) PublishCreateServiceReturns(result1 error)
- func (fake *FakeIEtcd) PublishCreateServiceReturnsOnCall(i int, result1 error)
- func (fake *FakeIEtcd) PublishCreateValidation(arg1 context.Context, arg2 *common.Validation) error
- func (fake *FakeIEtcd) PublishCreateValidationArgsForCall(i int) (context.Context, *common.Validation)
- func (fake *FakeIEtcd) PublishCreateValidationCallCount() int
- func (fake *FakeIEtcd) PublishCreateValidationCalls(stub func(context.Context, *common.Validation) error)
- func (fake *FakeIEtcd) PublishCreateValidationReturns(result1 error)
- func (fake *FakeIEtcd) PublishCreateValidationReturnsOnCall(i int, result1 error)
- func (fake *FakeIEtcd) PublishDeleteComposite(arg1 context.Context, arg2 *opts.Composite) error
- func (fake *FakeIEtcd) PublishDeleteCompositeArgsForCall(i int) (context.Context, *opts.Composite)
- func (fake *FakeIEtcd) PublishDeleteCompositeCallCount() int
- func (fake *FakeIEtcd) PublishDeleteCompositeCalls(stub func(context.Context, *opts.Composite) error)
- func (fake *FakeIEtcd) PublishDeleteCompositeReturns(result1 error)
- func (fake *FakeIEtcd) PublishDeleteCompositeReturnsOnCall(i int, result1 error)
- func (fake *FakeIEtcd) PublishDeleteConnection(arg1 context.Context, arg2 *opts.ConnectionOptions) error
- func (fake *FakeIEtcd) PublishDeleteConnectionArgsForCall(i int) (context.Context, *opts.ConnectionOptions)
- func (fake *FakeIEtcd) PublishDeleteConnectionCallCount() int
- func (fake *FakeIEtcd) PublishDeleteConnectionCalls(stub func(context.Context, *opts.ConnectionOptions) error)
- func (fake *FakeIEtcd) PublishDeleteConnectionReturns(result1 error)
- func (fake *FakeIEtcd) PublishDeleteConnectionReturnsOnCall(i int, result1 error)
- func (fake *FakeIEtcd) PublishDeleteRead(arg1 context.Context, arg2 *opts.ReadOptions) error
- func (fake *FakeIEtcd) PublishDeleteReadArgsForCall(i int) (context.Context, *opts.ReadOptions)
- func (fake *FakeIEtcd) PublishDeleteReadCallCount() int
- func (fake *FakeIEtcd) PublishDeleteReadCalls(stub func(context.Context, *opts.ReadOptions) error)
- func (fake *FakeIEtcd) PublishDeleteReadReturns(result1 error)
- func (fake *FakeIEtcd) PublishDeleteReadReturnsOnCall(i int, result1 error)
- func (fake *FakeIEtcd) PublishDeleteRelay(arg1 context.Context, arg2 *opts.RelayOptions) error
- func (fake *FakeIEtcd) PublishDeleteRelayArgsForCall(i int) (context.Context, *opts.RelayOptions)
- func (fake *FakeIEtcd) PublishDeleteRelayCallCount() int
- func (fake *FakeIEtcd) PublishDeleteRelayCalls(stub func(context.Context, *opts.RelayOptions) error)
- func (fake *FakeIEtcd) PublishDeleteRelayReturns(result1 error)
- func (fake *FakeIEtcd) PublishDeleteRelayReturnsOnCall(i int, result1 error)
- func (fake *FakeIEtcd) PublishDeleteSchema(arg1 context.Context, arg2 *protos.Schema) error
- func (fake *FakeIEtcd) PublishDeleteSchemaArgsForCall(i int) (context.Context, *protos.Schema)
- func (fake *FakeIEtcd) PublishDeleteSchemaCallCount() int
- func (fake *FakeIEtcd) PublishDeleteSchemaCalls(stub func(context.Context, *protos.Schema) error)
- func (fake *FakeIEtcd) PublishDeleteSchemaReturns(result1 error)
- func (fake *FakeIEtcd) PublishDeleteSchemaReturnsOnCall(i int, result1 error)
- func (fake *FakeIEtcd) PublishDeleteService(arg1 context.Context, arg2 *protos.Service) error
- func (fake *FakeIEtcd) PublishDeleteServiceArgsForCall(i int) (context.Context, *protos.Service)
- func (fake *FakeIEtcd) PublishDeleteServiceCallCount() int
- func (fake *FakeIEtcd) PublishDeleteServiceCalls(stub func(context.Context, *protos.Service) error)
- func (fake *FakeIEtcd) PublishDeleteServiceReturns(result1 error)
- func (fake *FakeIEtcd) PublishDeleteServiceReturnsOnCall(i int, result1 error)
- func (fake *FakeIEtcd) PublishDeleteValidation(arg1 context.Context, arg2 *common.Validation) error
- func (fake *FakeIEtcd) PublishDeleteValidationArgsForCall(i int) (context.Context, *common.Validation)
- func (fake *FakeIEtcd) PublishDeleteValidationCallCount() int
- func (fake *FakeIEtcd) PublishDeleteValidationCalls(stub func(context.Context, *common.Validation) error)
- func (fake *FakeIEtcd) PublishDeleteValidationReturns(result1 error)
- func (fake *FakeIEtcd) PublishDeleteValidationReturnsOnCall(i int, result1 error)
- func (fake *FakeIEtcd) PublishUpdateComposite(arg1 context.Context, arg2 *opts.Composite) error
- func (fake *FakeIEtcd) PublishUpdateCompositeArgsForCall(i int) (context.Context, *opts.Composite)
- func (fake *FakeIEtcd) PublishUpdateCompositeCallCount() int
- func (fake *FakeIEtcd) PublishUpdateCompositeCalls(stub func(context.Context, *opts.Composite) error)
- func (fake *FakeIEtcd) PublishUpdateCompositeReturns(result1 error)
- func (fake *FakeIEtcd) PublishUpdateCompositeReturnsOnCall(i int, result1 error)
- func (fake *FakeIEtcd) PublishUpdateConnection(arg1 context.Context, arg2 *opts.ConnectionOptions) error
- func (fake *FakeIEtcd) PublishUpdateConnectionArgsForCall(i int) (context.Context, *opts.ConnectionOptions)
- func (fake *FakeIEtcd) PublishUpdateConnectionCallCount() int
- func (fake *FakeIEtcd) PublishUpdateConnectionCalls(stub func(context.Context, *opts.ConnectionOptions) error)
- func (fake *FakeIEtcd) PublishUpdateConnectionReturns(result1 error)
- func (fake *FakeIEtcd) PublishUpdateConnectionReturnsOnCall(i int, result1 error)
- func (fake *FakeIEtcd) PublishUpdateRelay(arg1 context.Context, arg2 *opts.RelayOptions) error
- func (fake *FakeIEtcd) PublishUpdateRelayArgsForCall(i int) (context.Context, *opts.RelayOptions)
- func (fake *FakeIEtcd) PublishUpdateRelayCallCount() int
- func (fake *FakeIEtcd) PublishUpdateRelayCalls(stub func(context.Context, *opts.RelayOptions) error)
- func (fake *FakeIEtcd) PublishUpdateRelayReturns(result1 error)
- func (fake *FakeIEtcd) PublishUpdateRelayReturnsOnCall(i int, result1 error)
- func (fake *FakeIEtcd) PublishUpdateSchema(arg1 context.Context, arg2 *protos.Schema) error
- func (fake *FakeIEtcd) PublishUpdateSchemaArgsForCall(i int) (context.Context, *protos.Schema)
- func (fake *FakeIEtcd) PublishUpdateSchemaCallCount() int
- func (fake *FakeIEtcd) PublishUpdateSchemaCalls(stub func(context.Context, *protos.Schema) error)
- func (fake *FakeIEtcd) PublishUpdateSchemaReturns(result1 error)
- func (fake *FakeIEtcd) PublishUpdateSchemaReturnsOnCall(i int, result1 error)
- func (fake *FakeIEtcd) PublishUpdateService(arg1 context.Context, arg2 *protos.Service) error
- func (fake *FakeIEtcd) PublishUpdateServiceArgsForCall(i int) (context.Context, *protos.Service)
- func (fake *FakeIEtcd) PublishUpdateServiceCallCount() int
- func (fake *FakeIEtcd) PublishUpdateServiceCalls(stub func(context.Context, *protos.Service) error)
- func (fake *FakeIEtcd) PublishUpdateServiceReturns(result1 error)
- func (fake *FakeIEtcd) PublishUpdateServiceReturnsOnCall(i int, result1 error)
- func (fake *FakeIEtcd) PublishUpdateValidation(arg1 context.Context, arg2 *common.Validation) error
- func (fake *FakeIEtcd) PublishUpdateValidationArgsForCall(i int) (context.Context, *common.Validation)
- func (fake *FakeIEtcd) PublishUpdateValidationCallCount() int
- func (fake *FakeIEtcd) PublishUpdateValidationCalls(stub func(context.Context, *common.Validation) error)
- func (fake *FakeIEtcd) PublishUpdateValidationReturns(result1 error)
- func (fake *FakeIEtcd) PublishUpdateValidationReturnsOnCall(i int, result1 error)
- func (fake *FakeIEtcd) Put(arg1 context.Context, arg2 string, arg3 string, arg4 ...clientv3.OpOption) (*clientv3.PutResponse, error)
- func (fake *FakeIEtcd) PutArgsForCall(i int) (context.Context, string, string, []clientv3.OpOption)
- func (fake *FakeIEtcd) PutCallCount() int
- func (fake *FakeIEtcd) PutCalls(...)
- func (fake *FakeIEtcd) PutReturns(result1 *clientv3.PutResponse, result2 error)
- func (fake *FakeIEtcd) PutReturnsOnCall(i int, result1 *clientv3.PutResponse, result2 error)
- func (fake *FakeIEtcd) PutWithTTL(arg1 context.Context, arg2 string, arg3 string, arg4 time.Duration) (*clientv3.PutResponse, error)
- func (fake *FakeIEtcd) PutWithTTLArgsForCall(i int) (context.Context, string, string, time.Duration)
- func (fake *FakeIEtcd) PutWithTTLCallCount() int
- func (fake *FakeIEtcd) PutWithTTLCalls(...)
- func (fake *FakeIEtcd) PutWithTTLReturns(result1 *clientv3.PutResponse, result2 error)
- func (fake *FakeIEtcd) PutWithTTLReturnsOnCall(i int, result1 *clientv3.PutResponse, result2 error)
- func (fake *FakeIEtcd) SaveConfig(arg1 context.Context, arg2 *config.Config) error
- func (fake *FakeIEtcd) SaveConfigArgsForCall(i int) (context.Context, *config.Config)
- func (fake *FakeIEtcd) SaveConfigCallCount() int
- func (fake *FakeIEtcd) SaveConfigCalls(stub func(context.Context, *config.Config) error)
- func (fake *FakeIEtcd) SaveConfigReturns(result1 error)
- func (fake *FakeIEtcd) SaveConfigReturnsOnCall(i int, result1 error)
- func (fake *FakeIEtcd) Shutdown(arg1 bool) error
- func (fake *FakeIEtcd) ShutdownArgsForCall(i int) bool
- func (fake *FakeIEtcd) ShutdownCallCount() int
- func (fake *FakeIEtcd) ShutdownCalls(stub func(bool) error)
- func (fake *FakeIEtcd) ShutdownReturns(result1 error)
- func (fake *FakeIEtcd) ShutdownReturnsOnCall(i int, result1 error)
- func (fake *FakeIEtcd) Start(arg1 context.Context) error
- func (fake *FakeIEtcd) StartArgsForCall(i int) context.Context
- func (fake *FakeIEtcd) StartCallCount() int
- func (fake *FakeIEtcd) StartCalls(stub func(context.Context) error)
- func (fake *FakeIEtcd) StartReturns(result1 error)
- func (fake *FakeIEtcd) StartReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeIEtcd ¶
type FakeIEtcd struct { BroadcastStub func(context.Context, *etcd.Message) error ClientStub func() *clientv3.Client DeleteStub func(context.Context, string, ...clientv3.OpOption) (*clientv3.DeleteResponse, error) DirectStub func(context.Context, string, *etcd.Message) error GetStub func(context.Context, string, ...clientv3.OpOption) (*clientv3.GetResponse, error) GrantLeaseStub func(context.Context, int64) (*clientv3.LeaseGrantResponse, error) PublishConfigUpdateStub func(context.Context, *etcd.MessageUpdateConfig) error PublishCreateCompositeStub func(context.Context, *opts.Composite) error PublishCreateConnectionStub func(context.Context, *opts.ConnectionOptions) error PublishCreateReadStub func(context.Context, *opts.ReadOptions) error PublishCreateRelayStub func(context.Context, *opts.RelayOptions) error PublishCreateSchemaStub func(context.Context, *protos.Schema) error PublishCreateServiceStub func(context.Context, *protos.Service) error PublishCreateValidationStub func(context.Context, *common.Validation) error PublishDeleteCompositeStub func(context.Context, *opts.Composite) error PublishDeleteConnectionStub func(context.Context, *opts.ConnectionOptions) error PublishDeleteReadStub func(context.Context, *opts.ReadOptions) error PublishDeleteRelayStub func(context.Context, *opts.RelayOptions) error PublishDeleteSchemaStub func(context.Context, *protos.Schema) error PublishDeleteServiceStub func(context.Context, *protos.Service) error PublishDeleteValidationStub func(context.Context, *common.Validation) error PublishUpdateCompositeStub func(context.Context, *opts.Composite) error PublishUpdateConnectionStub func(context.Context, *opts.ConnectionOptions) error PublishUpdateRelayStub func(context.Context, *opts.RelayOptions) error PublishUpdateSchemaStub func(context.Context, *protos.Schema) error PublishUpdateServiceStub func(context.Context, *protos.Service) error PublishUpdateValidationStub func(context.Context, *common.Validation) error PutStub func(context.Context, string, string, ...clientv3.OpOption) (*clientv3.PutResponse, error) PutWithTTLStub func(context.Context, string, string, time.Duration) (*clientv3.PutResponse, error) SaveConfigStub func(context.Context, *config.Config) error ShutdownStub func(bool) error StartStub func(context.Context) error // contains filtered or unexported fields }
func (*FakeIEtcd) BroadcastArgsForCall ¶
func (*FakeIEtcd) BroadcastCallCount ¶
func (*FakeIEtcd) BroadcastCalls ¶
func (*FakeIEtcd) BroadcastReturns ¶
func (*FakeIEtcd) BroadcastReturnsOnCall ¶
func (*FakeIEtcd) ClientCallCount ¶
func (*FakeIEtcd) ClientCalls ¶
func (*FakeIEtcd) ClientReturns ¶
func (*FakeIEtcd) ClientReturnsOnCall ¶
func (*FakeIEtcd) DeleteArgsForCall ¶
func (*FakeIEtcd) DeleteCallCount ¶
func (*FakeIEtcd) DeleteCalls ¶
func (*FakeIEtcd) DeleteReturns ¶
func (fake *FakeIEtcd) DeleteReturns(result1 *clientv3.DeleteResponse, result2 error)
func (*FakeIEtcd) DeleteReturnsOnCall ¶
func (fake *FakeIEtcd) DeleteReturnsOnCall(i int, result1 *clientv3.DeleteResponse, result2 error)
func (*FakeIEtcd) DirectArgsForCall ¶
func (*FakeIEtcd) DirectCallCount ¶
func (*FakeIEtcd) DirectCalls ¶
func (*FakeIEtcd) DirectReturns ¶
func (*FakeIEtcd) DirectReturnsOnCall ¶
func (*FakeIEtcd) GetArgsForCall ¶
func (*FakeIEtcd) GetCallCount ¶
func (*FakeIEtcd) GetReturns ¶
func (fake *FakeIEtcd) GetReturns(result1 *clientv3.GetResponse, result2 error)
func (*FakeIEtcd) GetReturnsOnCall ¶
func (fake *FakeIEtcd) GetReturnsOnCall(i int, result1 *clientv3.GetResponse, result2 error)
func (*FakeIEtcd) GrantLease ¶
func (*FakeIEtcd) GrantLeaseArgsForCall ¶
func (*FakeIEtcd) GrantLeaseCallCount ¶
func (*FakeIEtcd) GrantLeaseCalls ¶
func (*FakeIEtcd) GrantLeaseReturns ¶
func (fake *FakeIEtcd) GrantLeaseReturns(result1 *clientv3.LeaseGrantResponse, result2 error)
func (*FakeIEtcd) GrantLeaseReturnsOnCall ¶
func (fake *FakeIEtcd) GrantLeaseReturnsOnCall(i int, result1 *clientv3.LeaseGrantResponse, result2 error)
func (*FakeIEtcd) Invocations ¶
func (*FakeIEtcd) PublishConfigUpdate ¶
func (*FakeIEtcd) PublishConfigUpdateArgsForCall ¶
func (*FakeIEtcd) PublishConfigUpdateCallCount ¶
func (*FakeIEtcd) PublishConfigUpdateCalls ¶
func (*FakeIEtcd) PublishConfigUpdateReturns ¶
func (*FakeIEtcd) PublishConfigUpdateReturnsOnCall ¶
func (*FakeIEtcd) PublishCreateComposite ¶
func (*FakeIEtcd) PublishCreateCompositeArgsForCall ¶
func (*FakeIEtcd) PublishCreateCompositeCallCount ¶
func (*FakeIEtcd) PublishCreateCompositeCalls ¶
func (*FakeIEtcd) PublishCreateCompositeReturns ¶
func (*FakeIEtcd) PublishCreateCompositeReturnsOnCall ¶
func (*FakeIEtcd) PublishCreateConnection ¶
func (*FakeIEtcd) PublishCreateConnectionArgsForCall ¶
func (*FakeIEtcd) PublishCreateConnectionCallCount ¶
func (*FakeIEtcd) PublishCreateConnectionCalls ¶
func (*FakeIEtcd) PublishCreateConnectionReturns ¶
func (*FakeIEtcd) PublishCreateConnectionReturnsOnCall ¶
func (*FakeIEtcd) PublishCreateRead ¶
func (*FakeIEtcd) PublishCreateReadArgsForCall ¶
func (*FakeIEtcd) PublishCreateReadCallCount ¶
func (*FakeIEtcd) PublishCreateReadCalls ¶
func (*FakeIEtcd) PublishCreateReadReturns ¶
func (*FakeIEtcd) PublishCreateReadReturnsOnCall ¶
func (*FakeIEtcd) PublishCreateRelay ¶
func (*FakeIEtcd) PublishCreateRelayArgsForCall ¶
func (*FakeIEtcd) PublishCreateRelayCallCount ¶
func (*FakeIEtcd) PublishCreateRelayCalls ¶
func (*FakeIEtcd) PublishCreateRelayReturns ¶
func (*FakeIEtcd) PublishCreateRelayReturnsOnCall ¶
func (*FakeIEtcd) PublishCreateSchema ¶
func (*FakeIEtcd) PublishCreateSchemaArgsForCall ¶
func (*FakeIEtcd) PublishCreateSchemaCallCount ¶
func (*FakeIEtcd) PublishCreateSchemaCalls ¶
func (*FakeIEtcd) PublishCreateSchemaReturns ¶
func (*FakeIEtcd) PublishCreateSchemaReturnsOnCall ¶
func (*FakeIEtcd) PublishCreateService ¶
func (*FakeIEtcd) PublishCreateServiceArgsForCall ¶
func (*FakeIEtcd) PublishCreateServiceCallCount ¶
func (*FakeIEtcd) PublishCreateServiceCalls ¶
func (*FakeIEtcd) PublishCreateServiceReturns ¶
func (*FakeIEtcd) PublishCreateServiceReturnsOnCall ¶
func (*FakeIEtcd) PublishCreateValidation ¶
func (*FakeIEtcd) PublishCreateValidationArgsForCall ¶
func (*FakeIEtcd) PublishCreateValidationCallCount ¶
func (*FakeIEtcd) PublishCreateValidationCalls ¶
func (*FakeIEtcd) PublishCreateValidationReturns ¶
func (*FakeIEtcd) PublishCreateValidationReturnsOnCall ¶
func (*FakeIEtcd) PublishDeleteComposite ¶
func (*FakeIEtcd) PublishDeleteCompositeArgsForCall ¶
func (*FakeIEtcd) PublishDeleteCompositeCallCount ¶
func (*FakeIEtcd) PublishDeleteCompositeCalls ¶
func (*FakeIEtcd) PublishDeleteCompositeReturns ¶
func (*FakeIEtcd) PublishDeleteCompositeReturnsOnCall ¶
func (*FakeIEtcd) PublishDeleteConnection ¶
func (*FakeIEtcd) PublishDeleteConnectionArgsForCall ¶
func (*FakeIEtcd) PublishDeleteConnectionCallCount ¶
func (*FakeIEtcd) PublishDeleteConnectionCalls ¶
func (*FakeIEtcd) PublishDeleteConnectionReturns ¶
func (*FakeIEtcd) PublishDeleteConnectionReturnsOnCall ¶
func (*FakeIEtcd) PublishDeleteRead ¶
func (*FakeIEtcd) PublishDeleteReadArgsForCall ¶
func (*FakeIEtcd) PublishDeleteReadCallCount ¶
func (*FakeIEtcd) PublishDeleteReadCalls ¶
func (*FakeIEtcd) PublishDeleteReadReturns ¶
func (*FakeIEtcd) PublishDeleteReadReturnsOnCall ¶
func (*FakeIEtcd) PublishDeleteRelay ¶
func (*FakeIEtcd) PublishDeleteRelayArgsForCall ¶
func (*FakeIEtcd) PublishDeleteRelayCallCount ¶
func (*FakeIEtcd) PublishDeleteRelayCalls ¶
func (*FakeIEtcd) PublishDeleteRelayReturns ¶
func (*FakeIEtcd) PublishDeleteRelayReturnsOnCall ¶
func (*FakeIEtcd) PublishDeleteSchema ¶
func (*FakeIEtcd) PublishDeleteSchemaArgsForCall ¶
func (*FakeIEtcd) PublishDeleteSchemaCallCount ¶
func (*FakeIEtcd) PublishDeleteSchemaCalls ¶
func (*FakeIEtcd) PublishDeleteSchemaReturns ¶
func (*FakeIEtcd) PublishDeleteSchemaReturnsOnCall ¶
func (*FakeIEtcd) PublishDeleteService ¶
func (*FakeIEtcd) PublishDeleteServiceArgsForCall ¶
func (*FakeIEtcd) PublishDeleteServiceCallCount ¶
func (*FakeIEtcd) PublishDeleteServiceCalls ¶
func (*FakeIEtcd) PublishDeleteServiceReturns ¶
func (*FakeIEtcd) PublishDeleteServiceReturnsOnCall ¶
func (*FakeIEtcd) PublishDeleteValidation ¶
func (*FakeIEtcd) PublishDeleteValidationArgsForCall ¶
func (*FakeIEtcd) PublishDeleteValidationCallCount ¶
func (*FakeIEtcd) PublishDeleteValidationCalls ¶
func (*FakeIEtcd) PublishDeleteValidationReturns ¶
func (*FakeIEtcd) PublishDeleteValidationReturnsOnCall ¶
func (*FakeIEtcd) PublishUpdateComposite ¶
func (*FakeIEtcd) PublishUpdateCompositeArgsForCall ¶
func (*FakeIEtcd) PublishUpdateCompositeCallCount ¶
func (*FakeIEtcd) PublishUpdateCompositeCalls ¶
func (*FakeIEtcd) PublishUpdateCompositeReturns ¶
func (*FakeIEtcd) PublishUpdateCompositeReturnsOnCall ¶
func (*FakeIEtcd) PublishUpdateConnection ¶
func (*FakeIEtcd) PublishUpdateConnectionArgsForCall ¶
func (*FakeIEtcd) PublishUpdateConnectionCallCount ¶
func (*FakeIEtcd) PublishUpdateConnectionCalls ¶
func (*FakeIEtcd) PublishUpdateConnectionReturns ¶
func (*FakeIEtcd) PublishUpdateConnectionReturnsOnCall ¶
func (*FakeIEtcd) PublishUpdateRelay ¶
func (*FakeIEtcd) PublishUpdateRelayArgsForCall ¶
func (*FakeIEtcd) PublishUpdateRelayCallCount ¶
func (*FakeIEtcd) PublishUpdateRelayCalls ¶
func (*FakeIEtcd) PublishUpdateRelayReturns ¶
func (*FakeIEtcd) PublishUpdateRelayReturnsOnCall ¶
func (*FakeIEtcd) PublishUpdateSchema ¶
func (*FakeIEtcd) PublishUpdateSchemaArgsForCall ¶
func (*FakeIEtcd) PublishUpdateSchemaCallCount ¶
func (*FakeIEtcd) PublishUpdateSchemaCalls ¶
func (*FakeIEtcd) PublishUpdateSchemaReturns ¶
func (*FakeIEtcd) PublishUpdateSchemaReturnsOnCall ¶
func (*FakeIEtcd) PublishUpdateService ¶
func (*FakeIEtcd) PublishUpdateServiceArgsForCall ¶
func (*FakeIEtcd) PublishUpdateServiceCallCount ¶
func (*FakeIEtcd) PublishUpdateServiceCalls ¶
func (*FakeIEtcd) PublishUpdateServiceReturns ¶
func (*FakeIEtcd) PublishUpdateServiceReturnsOnCall ¶
func (*FakeIEtcd) PublishUpdateValidation ¶
func (*FakeIEtcd) PublishUpdateValidationArgsForCall ¶
func (*FakeIEtcd) PublishUpdateValidationCallCount ¶
func (*FakeIEtcd) PublishUpdateValidationCalls ¶
func (*FakeIEtcd) PublishUpdateValidationReturns ¶
func (*FakeIEtcd) PublishUpdateValidationReturnsOnCall ¶
func (*FakeIEtcd) PutArgsForCall ¶
func (*FakeIEtcd) PutCallCount ¶
func (*FakeIEtcd) PutReturns ¶
func (fake *FakeIEtcd) PutReturns(result1 *clientv3.PutResponse, result2 error)
func (*FakeIEtcd) PutReturnsOnCall ¶
func (fake *FakeIEtcd) PutReturnsOnCall(i int, result1 *clientv3.PutResponse, result2 error)
func (*FakeIEtcd) PutWithTTL ¶
func (*FakeIEtcd) PutWithTTLArgsForCall ¶
func (*FakeIEtcd) PutWithTTLCallCount ¶
func (*FakeIEtcd) PutWithTTLCalls ¶
func (*FakeIEtcd) PutWithTTLReturns ¶
func (fake *FakeIEtcd) PutWithTTLReturns(result1 *clientv3.PutResponse, result2 error)
func (*FakeIEtcd) PutWithTTLReturnsOnCall ¶
func (fake *FakeIEtcd) PutWithTTLReturnsOnCall(i int, result1 *clientv3.PutResponse, result2 error)
func (*FakeIEtcd) SaveConfig ¶
func (*FakeIEtcd) SaveConfigArgsForCall ¶
func (*FakeIEtcd) SaveConfigCallCount ¶
func (*FakeIEtcd) SaveConfigCalls ¶
func (*FakeIEtcd) SaveConfigReturns ¶
func (*FakeIEtcd) SaveConfigReturnsOnCall ¶
func (*FakeIEtcd) ShutdownArgsForCall ¶
func (*FakeIEtcd) ShutdownCallCount ¶
func (*FakeIEtcd) ShutdownCalls ¶
func (*FakeIEtcd) ShutdownReturns ¶
func (*FakeIEtcd) ShutdownReturnsOnCall ¶
func (*FakeIEtcd) StartCallCount ¶
func (*FakeIEtcd) StartReturns ¶
func (*FakeIEtcd) StartReturnsOnCall ¶
Click to show internal directories.
Click to hide internal directories.