Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeExecutiveInterface
- func (fake *FakeExecutiveInterface) AddFields(arg1 string, arg2 string, arg3 []string, arg4 []schema.FieldType) error
- func (fake *FakeExecutiveInterface) AddFieldsArgsForCall(i int) (string, string, []string, []schema.FieldType)
- func (fake *FakeExecutiveInterface) AddFieldsCallCount() int
- func (fake *FakeExecutiveInterface) AddFieldsCalls(stub func(string, string, []string, []schema.FieldType) error)
- func (fake *FakeExecutiveInterface) AddFieldsReturns(result1 error)
- func (fake *FakeExecutiveInterface) AddFieldsReturnsOnCall(i int, result1 error)
- func (fake *FakeExecutiveInterface) ClearTable(arg1 schema.FamilyTable) error
- func (fake *FakeExecutiveInterface) ClearTableArgsForCall(i int) schema.FamilyTable
- func (fake *FakeExecutiveInterface) ClearTableCallCount() int
- func (fake *FakeExecutiveInterface) ClearTableCalls(stub func(schema.FamilyTable) error)
- func (fake *FakeExecutiveInterface) ClearTableReturns(result1 error)
- func (fake *FakeExecutiveInterface) ClearTableReturnsOnCall(i int, result1 error)
- func (fake *FakeExecutiveInterface) CreateFamily(arg1 string) error
- func (fake *FakeExecutiveInterface) CreateFamilyArgsForCall(i int) string
- func (fake *FakeExecutiveInterface) CreateFamilyCallCount() int
- func (fake *FakeExecutiveInterface) CreateFamilyCalls(stub func(string) error)
- func (fake *FakeExecutiveInterface) CreateFamilyReturns(result1 error)
- func (fake *FakeExecutiveInterface) CreateFamilyReturnsOnCall(i int, result1 error)
- func (fake *FakeExecutiveInterface) CreateTable(arg1 string, arg2 string, arg3 []string, arg4 []schema.FieldType, ...) error
- func (fake *FakeExecutiveInterface) CreateTableArgsForCall(i int) (string, string, []string, []schema.FieldType, []string)
- func (fake *FakeExecutiveInterface) CreateTableCallCount() int
- func (fake *FakeExecutiveInterface) CreateTableCalls(stub func(string, string, []string, []schema.FieldType, []string) error)
- func (fake *FakeExecutiveInterface) CreateTableReturns(result1 error)
- func (fake *FakeExecutiveInterface) CreateTableReturnsOnCall(i int, result1 error)
- func (fake *FakeExecutiveInterface) CreateTables(arg1 []schema.Table) error
- func (fake *FakeExecutiveInterface) CreateTablesArgsForCall(i int) []schema.Table
- func (fake *FakeExecutiveInterface) CreateTablesCallCount() int
- func (fake *FakeExecutiveInterface) CreateTablesCalls(stub func([]schema.Table) error)
- func (fake *FakeExecutiveInterface) CreateTablesReturns(result1 error)
- func (fake *FakeExecutiveInterface) CreateTablesReturnsOnCall(i int, result1 error)
- func (fake *FakeExecutiveInterface) DeleteTableSizeLimit(arg1 schema.FamilyTable) error
- func (fake *FakeExecutiveInterface) DeleteTableSizeLimitArgsForCall(i int) schema.FamilyTable
- func (fake *FakeExecutiveInterface) DeleteTableSizeLimitCallCount() int
- func (fake *FakeExecutiveInterface) DeleteTableSizeLimitCalls(stub func(schema.FamilyTable) error)
- func (fake *FakeExecutiveInterface) DeleteTableSizeLimitReturns(result1 error)
- func (fake *FakeExecutiveInterface) DeleteTableSizeLimitReturnsOnCall(i int, result1 error)
- func (fake *FakeExecutiveInterface) DeleteWriterRateLimit(arg1 string) error
- func (fake *FakeExecutiveInterface) DeleteWriterRateLimitArgsForCall(i int) string
- func (fake *FakeExecutiveInterface) DeleteWriterRateLimitCallCount() int
- func (fake *FakeExecutiveInterface) DeleteWriterRateLimitCalls(stub func(string) error)
- func (fake *FakeExecutiveInterface) DeleteWriterRateLimitReturns(result1 error)
- func (fake *FakeExecutiveInterface) DeleteWriterRateLimitReturnsOnCall(i int, result1 error)
- func (fake *FakeExecutiveInterface) DropTable(arg1 schema.FamilyTable) error
- func (fake *FakeExecutiveInterface) DropTableArgsForCall(i int) schema.FamilyTable
- func (fake *FakeExecutiveInterface) DropTableCallCount() int
- func (fake *FakeExecutiveInterface) DropTableCalls(stub func(schema.FamilyTable) error)
- func (fake *FakeExecutiveInterface) DropTableReturns(result1 error)
- func (fake *FakeExecutiveInterface) DropTableReturnsOnCall(i int, result1 error)
- func (fake *FakeExecutiveInterface) FamilySchemas(arg1 string) ([]schema.Table, error)
- func (fake *FakeExecutiveInterface) FamilySchemasArgsForCall(i int) string
- func (fake *FakeExecutiveInterface) FamilySchemasCallCount() int
- func (fake *FakeExecutiveInterface) FamilySchemasCalls(stub func(string) ([]schema.Table, error))
- func (fake *FakeExecutiveInterface) FamilySchemasReturns(result1 []schema.Table, result2 error)
- func (fake *FakeExecutiveInterface) FamilySchemasReturnsOnCall(i int, result1 []schema.Table, result2 error)
- func (fake *FakeExecutiveInterface) GetWriterCookie(arg1 string, arg2 string) ([]byte, error)
- func (fake *FakeExecutiveInterface) GetWriterCookieArgsForCall(i int) (string, string)
- func (fake *FakeExecutiveInterface) GetWriterCookieCallCount() int
- func (fake *FakeExecutiveInterface) GetWriterCookieCalls(stub func(string, string) ([]byte, error))
- func (fake *FakeExecutiveInterface) GetWriterCookieReturns(result1 []byte, result2 error)
- func (fake *FakeExecutiveInterface) GetWriterCookieReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *FakeExecutiveInterface) Invocations() map[string][][]interface{}
- func (fake *FakeExecutiveInterface) Mutate(arg1 string, arg2 string, arg3 string, arg4 []byte, arg5 []byte, ...) error
- func (fake *FakeExecutiveInterface) MutateArgsForCall(i int) (string, string, string, []byte, []byte, []executive.ExecutiveMutationRequest)
- func (fake *FakeExecutiveInterface) MutateCallCount() int
- func (fake *FakeExecutiveInterface) MutateCalls(...)
- func (fake *FakeExecutiveInterface) MutateReturns(result1 error)
- func (fake *FakeExecutiveInterface) MutateReturnsOnCall(i int, result1 error)
- func (fake *FakeExecutiveInterface) ReadFamilyTableNames(arg1 schema.FamilyName) ([]schema.FamilyTable, error)
- func (fake *FakeExecutiveInterface) ReadFamilyTableNamesArgsForCall(i int) schema.FamilyName
- func (fake *FakeExecutiveInterface) ReadFamilyTableNamesCallCount() int
- func (fake *FakeExecutiveInterface) ReadFamilyTableNamesCalls(stub func(schema.FamilyName) ([]schema.FamilyTable, error))
- func (fake *FakeExecutiveInterface) ReadFamilyTableNamesReturns(result1 []schema.FamilyTable, result2 error)
- func (fake *FakeExecutiveInterface) ReadFamilyTableNamesReturnsOnCall(i int, result1 []schema.FamilyTable, result2 error)
- func (fake *FakeExecutiveInterface) ReadRow(arg1 string, arg2 string, arg3 map[string]interface{}) (map[string]interface{}, error)
- func (fake *FakeExecutiveInterface) ReadRowArgsForCall(i int) (string, string, map[string]interface{})
- func (fake *FakeExecutiveInterface) ReadRowCallCount() int
- func (fake *FakeExecutiveInterface) ReadRowCalls(...)
- func (fake *FakeExecutiveInterface) ReadRowReturns(result1 map[string]interface{}, result2 error)
- func (fake *FakeExecutiveInterface) ReadRowReturnsOnCall(i int, result1 map[string]interface{}, result2 error)
- func (fake *FakeExecutiveInterface) ReadTableSizeLimits() (limits.TableSizeLimits, error)
- func (fake *FakeExecutiveInterface) ReadTableSizeLimitsCallCount() int
- func (fake *FakeExecutiveInterface) ReadTableSizeLimitsCalls(stub func() (limits.TableSizeLimits, error))
- func (fake *FakeExecutiveInterface) ReadTableSizeLimitsReturns(result1 limits.TableSizeLimits, result2 error)
- func (fake *FakeExecutiveInterface) ReadTableSizeLimitsReturnsOnCall(i int, result1 limits.TableSizeLimits, result2 error)
- func (fake *FakeExecutiveInterface) ReadWriterRateLimits() (limits.WriterRateLimits, error)
- func (fake *FakeExecutiveInterface) ReadWriterRateLimitsCallCount() int
- func (fake *FakeExecutiveInterface) ReadWriterRateLimitsCalls(stub func() (limits.WriterRateLimits, error))
- func (fake *FakeExecutiveInterface) ReadWriterRateLimitsReturns(result1 limits.WriterRateLimits, result2 error)
- func (fake *FakeExecutiveInterface) ReadWriterRateLimitsReturnsOnCall(i int, result1 limits.WriterRateLimits, result2 error)
- func (fake *FakeExecutiveInterface) RegisterWriter(arg1 string, arg2 string) error
- func (fake *FakeExecutiveInterface) RegisterWriterArgsForCall(i int) (string, string)
- func (fake *FakeExecutiveInterface) RegisterWriterCallCount() int
- func (fake *FakeExecutiveInterface) RegisterWriterCalls(stub func(string, string) error)
- func (fake *FakeExecutiveInterface) RegisterWriterReturns(result1 error)
- func (fake *FakeExecutiveInterface) RegisterWriterReturnsOnCall(i int, result1 error)
- func (fake *FakeExecutiveInterface) SetWriterCookie(arg1 string, arg2 string, arg3 []byte) error
- func (fake *FakeExecutiveInterface) SetWriterCookieArgsForCall(i int) (string, string, []byte)
- func (fake *FakeExecutiveInterface) SetWriterCookieCallCount() int
- func (fake *FakeExecutiveInterface) SetWriterCookieCalls(stub func(string, string, []byte) error)
- func (fake *FakeExecutiveInterface) SetWriterCookieReturns(result1 error)
- func (fake *FakeExecutiveInterface) SetWriterCookieReturnsOnCall(i int, result1 error)
- func (fake *FakeExecutiveInterface) TableSchema(arg1 string, arg2 string) (*schema.Table, error)
- func (fake *FakeExecutiveInterface) TableSchemaArgsForCall(i int) (string, string)
- func (fake *FakeExecutiveInterface) TableSchemaCallCount() int
- func (fake *FakeExecutiveInterface) TableSchemaCalls(stub func(string, string) (*schema.Table, error))
- func (fake *FakeExecutiveInterface) TableSchemaReturns(result1 *schema.Table, result2 error)
- func (fake *FakeExecutiveInterface) TableSchemaReturnsOnCall(i int, result1 *schema.Table, result2 error)
- func (fake *FakeExecutiveInterface) UpdateTableSizeLimit(arg1 limits.TableSizeLimit) error
- func (fake *FakeExecutiveInterface) UpdateTableSizeLimitArgsForCall(i int) limits.TableSizeLimit
- func (fake *FakeExecutiveInterface) UpdateTableSizeLimitCallCount() int
- func (fake *FakeExecutiveInterface) UpdateTableSizeLimitCalls(stub func(limits.TableSizeLimit) error)
- func (fake *FakeExecutiveInterface) UpdateTableSizeLimitReturns(result1 error)
- func (fake *FakeExecutiveInterface) UpdateTableSizeLimitReturnsOnCall(i int, result1 error)
- func (fake *FakeExecutiveInterface) UpdateWriterRateLimit(arg1 limits.WriterRateLimit) error
- func (fake *FakeExecutiveInterface) UpdateWriterRateLimitArgsForCall(i int) limits.WriterRateLimit
- func (fake *FakeExecutiveInterface) UpdateWriterRateLimitCallCount() int
- func (fake *FakeExecutiveInterface) UpdateWriterRateLimitCalls(stub func(limits.WriterRateLimit) error)
- func (fake *FakeExecutiveInterface) UpdateWriterRateLimitReturns(result1 error)
- func (fake *FakeExecutiveInterface) UpdateWriterRateLimitReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeExecutiveInterface ¶
type FakeExecutiveInterface struct {
AddFieldsStub func(string, string, []string, []schema.FieldType) error
ClearTableStub func(schema.FamilyTable) error
CreateFamilyStub func(string) error
CreateTableStub func(string, string, []string, []schema.FieldType, []string) error
CreateTablesStub func([]schema.Table) error
DeleteTableSizeLimitStub func(schema.FamilyTable) error
DeleteWriterRateLimitStub func(string) error
DropTableStub func(schema.FamilyTable) error
FamilySchemasStub func(string) ([]schema.Table, error)
GetWriterCookieStub func(string, string) ([]byte, error)
MutateStub func(string, string, string, []byte, []byte, []executive.ExecutiveMutationRequest) error
ReadFamilyTableNamesStub func(schema.FamilyName) ([]schema.FamilyTable, error)
ReadRowStub func(string, string, map[string]interface{}) (map[string]interface{}, error)
ReadTableSizeLimitsStub func() (limits.TableSizeLimits, error)
ReadWriterRateLimitsStub func() (limits.WriterRateLimits, error)
RegisterWriterStub func(string, string) error
SetWriterCookieStub func(string, string, []byte) error
TableSchemaStub func(string, string) (*schema.Table, error)
UpdateTableSizeLimitStub func(limits.TableSizeLimit) error
UpdateWriterRateLimitStub func(limits.WriterRateLimit) error
// contains filtered or unexported fields
}
func (*FakeExecutiveInterface) AddFieldsArgsForCall ¶
func (*FakeExecutiveInterface) AddFieldsCallCount ¶
func (fake *FakeExecutiveInterface) AddFieldsCallCount() int
func (*FakeExecutiveInterface) AddFieldsCalls ¶
func (*FakeExecutiveInterface) AddFieldsReturns ¶
func (fake *FakeExecutiveInterface) AddFieldsReturns(result1 error)
func (*FakeExecutiveInterface) AddFieldsReturnsOnCall ¶
func (fake *FakeExecutiveInterface) AddFieldsReturnsOnCall(i int, result1 error)
func (*FakeExecutiveInterface) ClearTable ¶
func (fake *FakeExecutiveInterface) ClearTable(arg1 schema.FamilyTable) error
func (*FakeExecutiveInterface) ClearTableArgsForCall ¶
func (fake *FakeExecutiveInterface) ClearTableArgsForCall(i int) schema.FamilyTable
func (*FakeExecutiveInterface) ClearTableCallCount ¶
func (fake *FakeExecutiveInterface) ClearTableCallCount() int
func (*FakeExecutiveInterface) ClearTableCalls ¶
func (fake *FakeExecutiveInterface) ClearTableCalls(stub func(schema.FamilyTable) error)
func (*FakeExecutiveInterface) ClearTableReturns ¶
func (fake *FakeExecutiveInterface) ClearTableReturns(result1 error)
func (*FakeExecutiveInterface) ClearTableReturnsOnCall ¶
func (fake *FakeExecutiveInterface) ClearTableReturnsOnCall(i int, result1 error)
func (*FakeExecutiveInterface) CreateFamily ¶
func (fake *FakeExecutiveInterface) CreateFamily(arg1 string) error
func (*FakeExecutiveInterface) CreateFamilyArgsForCall ¶
func (fake *FakeExecutiveInterface) CreateFamilyArgsForCall(i int) string
func (*FakeExecutiveInterface) CreateFamilyCallCount ¶
func (fake *FakeExecutiveInterface) CreateFamilyCallCount() int
func (*FakeExecutiveInterface) CreateFamilyCalls ¶
func (fake *FakeExecutiveInterface) CreateFamilyCalls(stub func(string) error)
func (*FakeExecutiveInterface) CreateFamilyReturns ¶
func (fake *FakeExecutiveInterface) CreateFamilyReturns(result1 error)
func (*FakeExecutiveInterface) CreateFamilyReturnsOnCall ¶
func (fake *FakeExecutiveInterface) CreateFamilyReturnsOnCall(i int, result1 error)
func (*FakeExecutiveInterface) CreateTable ¶
func (*FakeExecutiveInterface) CreateTableArgsForCall ¶
func (*FakeExecutiveInterface) CreateTableCallCount ¶
func (fake *FakeExecutiveInterface) CreateTableCallCount() int
func (*FakeExecutiveInterface) CreateTableCalls ¶
func (*FakeExecutiveInterface) CreateTableReturns ¶
func (fake *FakeExecutiveInterface) CreateTableReturns(result1 error)
func (*FakeExecutiveInterface) CreateTableReturnsOnCall ¶
func (fake *FakeExecutiveInterface) CreateTableReturnsOnCall(i int, result1 error)
func (*FakeExecutiveInterface) CreateTables ¶
func (fake *FakeExecutiveInterface) CreateTables(arg1 []schema.Table) error
func (*FakeExecutiveInterface) CreateTablesArgsForCall ¶
func (fake *FakeExecutiveInterface) CreateTablesArgsForCall(i int) []schema.Table
func (*FakeExecutiveInterface) CreateTablesCallCount ¶
func (fake *FakeExecutiveInterface) CreateTablesCallCount() int
func (*FakeExecutiveInterface) CreateTablesCalls ¶
func (fake *FakeExecutiveInterface) CreateTablesCalls(stub func([]schema.Table) error)
func (*FakeExecutiveInterface) CreateTablesReturns ¶
func (fake *FakeExecutiveInterface) CreateTablesReturns(result1 error)
func (*FakeExecutiveInterface) CreateTablesReturnsOnCall ¶
func (fake *FakeExecutiveInterface) CreateTablesReturnsOnCall(i int, result1 error)
func (*FakeExecutiveInterface) DeleteTableSizeLimit ¶
func (fake *FakeExecutiveInterface) DeleteTableSizeLimit(arg1 schema.FamilyTable) error
func (*FakeExecutiveInterface) DeleteTableSizeLimitArgsForCall ¶
func (fake *FakeExecutiveInterface) DeleteTableSizeLimitArgsForCall(i int) schema.FamilyTable
func (*FakeExecutiveInterface) DeleteTableSizeLimitCallCount ¶
func (fake *FakeExecutiveInterface) DeleteTableSizeLimitCallCount() int
func (*FakeExecutiveInterface) DeleteTableSizeLimitCalls ¶
func (fake *FakeExecutiveInterface) DeleteTableSizeLimitCalls(stub func(schema.FamilyTable) error)
func (*FakeExecutiveInterface) DeleteTableSizeLimitReturns ¶
func (fake *FakeExecutiveInterface) DeleteTableSizeLimitReturns(result1 error)
func (*FakeExecutiveInterface) DeleteTableSizeLimitReturnsOnCall ¶
func (fake *FakeExecutiveInterface) DeleteTableSizeLimitReturnsOnCall(i int, result1 error)
func (*FakeExecutiveInterface) DeleteWriterRateLimit ¶
func (fake *FakeExecutiveInterface) DeleteWriterRateLimit(arg1 string) error
func (*FakeExecutiveInterface) DeleteWriterRateLimitArgsForCall ¶
func (fake *FakeExecutiveInterface) DeleteWriterRateLimitArgsForCall(i int) string
func (*FakeExecutiveInterface) DeleteWriterRateLimitCallCount ¶
func (fake *FakeExecutiveInterface) DeleteWriterRateLimitCallCount() int
func (*FakeExecutiveInterface) DeleteWriterRateLimitCalls ¶
func (fake *FakeExecutiveInterface) DeleteWriterRateLimitCalls(stub func(string) error)
func (*FakeExecutiveInterface) DeleteWriterRateLimitReturns ¶
func (fake *FakeExecutiveInterface) DeleteWriterRateLimitReturns(result1 error)
func (*FakeExecutiveInterface) DeleteWriterRateLimitReturnsOnCall ¶
func (fake *FakeExecutiveInterface) DeleteWriterRateLimitReturnsOnCall(i int, result1 error)
func (*FakeExecutiveInterface) DropTable ¶
func (fake *FakeExecutiveInterface) DropTable(arg1 schema.FamilyTable) error
func (*FakeExecutiveInterface) DropTableArgsForCall ¶
func (fake *FakeExecutiveInterface) DropTableArgsForCall(i int) schema.FamilyTable
func (*FakeExecutiveInterface) DropTableCallCount ¶
func (fake *FakeExecutiveInterface) DropTableCallCount() int
func (*FakeExecutiveInterface) DropTableCalls ¶
func (fake *FakeExecutiveInterface) DropTableCalls(stub func(schema.FamilyTable) error)
func (*FakeExecutiveInterface) DropTableReturns ¶
func (fake *FakeExecutiveInterface) DropTableReturns(result1 error)
func (*FakeExecutiveInterface) DropTableReturnsOnCall ¶
func (fake *FakeExecutiveInterface) DropTableReturnsOnCall(i int, result1 error)
func (*FakeExecutiveInterface) FamilySchemas ¶
func (fake *FakeExecutiveInterface) FamilySchemas(arg1 string) ([]schema.Table, error)
func (*FakeExecutiveInterface) FamilySchemasArgsForCall ¶
func (fake *FakeExecutiveInterface) FamilySchemasArgsForCall(i int) string
func (*FakeExecutiveInterface) FamilySchemasCallCount ¶
func (fake *FakeExecutiveInterface) FamilySchemasCallCount() int
func (*FakeExecutiveInterface) FamilySchemasCalls ¶
func (fake *FakeExecutiveInterface) FamilySchemasCalls(stub func(string) ([]schema.Table, error))
func (*FakeExecutiveInterface) FamilySchemasReturns ¶
func (fake *FakeExecutiveInterface) FamilySchemasReturns(result1 []schema.Table, result2 error)
func (*FakeExecutiveInterface) FamilySchemasReturnsOnCall ¶
func (fake *FakeExecutiveInterface) FamilySchemasReturnsOnCall(i int, result1 []schema.Table, result2 error)
func (*FakeExecutiveInterface) GetWriterCookie ¶
func (fake *FakeExecutiveInterface) GetWriterCookie(arg1 string, arg2 string) ([]byte, error)
func (*FakeExecutiveInterface) GetWriterCookieArgsForCall ¶
func (fake *FakeExecutiveInterface) GetWriterCookieArgsForCall(i int) (string, string)
func (*FakeExecutiveInterface) GetWriterCookieCallCount ¶
func (fake *FakeExecutiveInterface) GetWriterCookieCallCount() int
func (*FakeExecutiveInterface) GetWriterCookieCalls ¶
func (fake *FakeExecutiveInterface) GetWriterCookieCalls(stub func(string, string) ([]byte, error))
func (*FakeExecutiveInterface) GetWriterCookieReturns ¶
func (fake *FakeExecutiveInterface) GetWriterCookieReturns(result1 []byte, result2 error)
func (*FakeExecutiveInterface) GetWriterCookieReturnsOnCall ¶
func (fake *FakeExecutiveInterface) GetWriterCookieReturnsOnCall(i int, result1 []byte, result2 error)
func (*FakeExecutiveInterface) Invocations ¶
func (fake *FakeExecutiveInterface) Invocations() map[string][][]interface{}
func (*FakeExecutiveInterface) Mutate ¶
func (fake *FakeExecutiveInterface) Mutate(arg1 string, arg2 string, arg3 string, arg4 []byte, arg5 []byte, arg6 []executive.ExecutiveMutationRequest) error
func (*FakeExecutiveInterface) MutateArgsForCall ¶
func (fake *FakeExecutiveInterface) MutateArgsForCall(i int) (string, string, string, []byte, []byte, []executive.ExecutiveMutationRequest)
func (*FakeExecutiveInterface) MutateCallCount ¶
func (fake *FakeExecutiveInterface) MutateCallCount() int
func (*FakeExecutiveInterface) MutateCalls ¶
func (fake *FakeExecutiveInterface) MutateCalls(stub func(string, string, string, []byte, []byte, []executive.ExecutiveMutationRequest) error)
func (*FakeExecutiveInterface) MutateReturns ¶
func (fake *FakeExecutiveInterface) MutateReturns(result1 error)
func (*FakeExecutiveInterface) MutateReturnsOnCall ¶
func (fake *FakeExecutiveInterface) MutateReturnsOnCall(i int, result1 error)
func (*FakeExecutiveInterface) ReadFamilyTableNames ¶
func (fake *FakeExecutiveInterface) ReadFamilyTableNames(arg1 schema.FamilyName) ([]schema.FamilyTable, error)
func (*FakeExecutiveInterface) ReadFamilyTableNamesArgsForCall ¶
func (fake *FakeExecutiveInterface) ReadFamilyTableNamesArgsForCall(i int) schema.FamilyName
func (*FakeExecutiveInterface) ReadFamilyTableNamesCallCount ¶
func (fake *FakeExecutiveInterface) ReadFamilyTableNamesCallCount() int
func (*FakeExecutiveInterface) ReadFamilyTableNamesCalls ¶
func (fake *FakeExecutiveInterface) ReadFamilyTableNamesCalls(stub func(schema.FamilyName) ([]schema.FamilyTable, error))
func (*FakeExecutiveInterface) ReadFamilyTableNamesReturns ¶
func (fake *FakeExecutiveInterface) ReadFamilyTableNamesReturns(result1 []schema.FamilyTable, result2 error)
func (*FakeExecutiveInterface) ReadFamilyTableNamesReturnsOnCall ¶
func (fake *FakeExecutiveInterface) ReadFamilyTableNamesReturnsOnCall(i int, result1 []schema.FamilyTable, result2 error)
func (*FakeExecutiveInterface) ReadRowArgsForCall ¶
func (fake *FakeExecutiveInterface) ReadRowArgsForCall(i int) (string, string, map[string]interface{})
func (*FakeExecutiveInterface) ReadRowCallCount ¶
func (fake *FakeExecutiveInterface) ReadRowCallCount() int
func (*FakeExecutiveInterface) ReadRowCalls ¶
func (*FakeExecutiveInterface) ReadRowReturns ¶
func (fake *FakeExecutiveInterface) ReadRowReturns(result1 map[string]interface{}, result2 error)
func (*FakeExecutiveInterface) ReadRowReturnsOnCall ¶
func (fake *FakeExecutiveInterface) ReadRowReturnsOnCall(i int, result1 map[string]interface{}, result2 error)
func (*FakeExecutiveInterface) ReadTableSizeLimits ¶
func (fake *FakeExecutiveInterface) ReadTableSizeLimits() (limits.TableSizeLimits, error)
func (*FakeExecutiveInterface) ReadTableSizeLimitsCallCount ¶
func (fake *FakeExecutiveInterface) ReadTableSizeLimitsCallCount() int
func (*FakeExecutiveInterface) ReadTableSizeLimitsCalls ¶
func (fake *FakeExecutiveInterface) ReadTableSizeLimitsCalls(stub func() (limits.TableSizeLimits, error))
func (*FakeExecutiveInterface) ReadTableSizeLimitsReturns ¶
func (fake *FakeExecutiveInterface) ReadTableSizeLimitsReturns(result1 limits.TableSizeLimits, result2 error)
func (*FakeExecutiveInterface) ReadTableSizeLimitsReturnsOnCall ¶
func (fake *FakeExecutiveInterface) ReadTableSizeLimitsReturnsOnCall(i int, result1 limits.TableSizeLimits, result2 error)
func (*FakeExecutiveInterface) ReadWriterRateLimits ¶
func (fake *FakeExecutiveInterface) ReadWriterRateLimits() (limits.WriterRateLimits, error)
func (*FakeExecutiveInterface) ReadWriterRateLimitsCallCount ¶
func (fake *FakeExecutiveInterface) ReadWriterRateLimitsCallCount() int
func (*FakeExecutiveInterface) ReadWriterRateLimitsCalls ¶
func (fake *FakeExecutiveInterface) ReadWriterRateLimitsCalls(stub func() (limits.WriterRateLimits, error))
func (*FakeExecutiveInterface) ReadWriterRateLimitsReturns ¶
func (fake *FakeExecutiveInterface) ReadWriterRateLimitsReturns(result1 limits.WriterRateLimits, result2 error)
func (*FakeExecutiveInterface) ReadWriterRateLimitsReturnsOnCall ¶
func (fake *FakeExecutiveInterface) ReadWriterRateLimitsReturnsOnCall(i int, result1 limits.WriterRateLimits, result2 error)
func (*FakeExecutiveInterface) RegisterWriter ¶
func (fake *FakeExecutiveInterface) RegisterWriter(arg1 string, arg2 string) error
func (*FakeExecutiveInterface) RegisterWriterArgsForCall ¶
func (fake *FakeExecutiveInterface) RegisterWriterArgsForCall(i int) (string, string)
func (*FakeExecutiveInterface) RegisterWriterCallCount ¶
func (fake *FakeExecutiveInterface) RegisterWriterCallCount() int
func (*FakeExecutiveInterface) RegisterWriterCalls ¶
func (fake *FakeExecutiveInterface) RegisterWriterCalls(stub func(string, string) error)
func (*FakeExecutiveInterface) RegisterWriterReturns ¶
func (fake *FakeExecutiveInterface) RegisterWriterReturns(result1 error)
func (*FakeExecutiveInterface) RegisterWriterReturnsOnCall ¶
func (fake *FakeExecutiveInterface) RegisterWriterReturnsOnCall(i int, result1 error)
func (*FakeExecutiveInterface) SetWriterCookie ¶
func (fake *FakeExecutiveInterface) SetWriterCookie(arg1 string, arg2 string, arg3 []byte) error
func (*FakeExecutiveInterface) SetWriterCookieArgsForCall ¶
func (fake *FakeExecutiveInterface) SetWriterCookieArgsForCall(i int) (string, string, []byte)
func (*FakeExecutiveInterface) SetWriterCookieCallCount ¶
func (fake *FakeExecutiveInterface) SetWriterCookieCallCount() int
func (*FakeExecutiveInterface) SetWriterCookieCalls ¶
func (fake *FakeExecutiveInterface) SetWriterCookieCalls(stub func(string, string, []byte) error)
func (*FakeExecutiveInterface) SetWriterCookieReturns ¶
func (fake *FakeExecutiveInterface) SetWriterCookieReturns(result1 error)
func (*FakeExecutiveInterface) SetWriterCookieReturnsOnCall ¶
func (fake *FakeExecutiveInterface) SetWriterCookieReturnsOnCall(i int, result1 error)
func (*FakeExecutiveInterface) TableSchema ¶
func (*FakeExecutiveInterface) TableSchemaArgsForCall ¶
func (fake *FakeExecutiveInterface) TableSchemaArgsForCall(i int) (string, string)
func (*FakeExecutiveInterface) TableSchemaCallCount ¶
func (fake *FakeExecutiveInterface) TableSchemaCallCount() int
func (*FakeExecutiveInterface) TableSchemaCalls ¶
func (*FakeExecutiveInterface) TableSchemaReturns ¶
func (fake *FakeExecutiveInterface) TableSchemaReturns(result1 *schema.Table, result2 error)
func (*FakeExecutiveInterface) TableSchemaReturnsOnCall ¶
func (fake *FakeExecutiveInterface) TableSchemaReturnsOnCall(i int, result1 *schema.Table, result2 error)
func (*FakeExecutiveInterface) UpdateTableSizeLimit ¶
func (fake *FakeExecutiveInterface) UpdateTableSizeLimit(arg1 limits.TableSizeLimit) error
func (*FakeExecutiveInterface) UpdateTableSizeLimitArgsForCall ¶
func (fake *FakeExecutiveInterface) UpdateTableSizeLimitArgsForCall(i int) limits.TableSizeLimit
func (*FakeExecutiveInterface) UpdateTableSizeLimitCallCount ¶
func (fake *FakeExecutiveInterface) UpdateTableSizeLimitCallCount() int
func (*FakeExecutiveInterface) UpdateTableSizeLimitCalls ¶
func (fake *FakeExecutiveInterface) UpdateTableSizeLimitCalls(stub func(limits.TableSizeLimit) error)
func (*FakeExecutiveInterface) UpdateTableSizeLimitReturns ¶
func (fake *FakeExecutiveInterface) UpdateTableSizeLimitReturns(result1 error)
func (*FakeExecutiveInterface) UpdateTableSizeLimitReturnsOnCall ¶
func (fake *FakeExecutiveInterface) UpdateTableSizeLimitReturnsOnCall(i int, result1 error)
func (*FakeExecutiveInterface) UpdateWriterRateLimit ¶
func (fake *FakeExecutiveInterface) UpdateWriterRateLimit(arg1 limits.WriterRateLimit) error
func (*FakeExecutiveInterface) UpdateWriterRateLimitArgsForCall ¶
func (fake *FakeExecutiveInterface) UpdateWriterRateLimitArgsForCall(i int) limits.WriterRateLimit
func (*FakeExecutiveInterface) UpdateWriterRateLimitCallCount ¶
func (fake *FakeExecutiveInterface) UpdateWriterRateLimitCallCount() int
func (*FakeExecutiveInterface) UpdateWriterRateLimitCalls ¶
func (fake *FakeExecutiveInterface) UpdateWriterRateLimitCalls(stub func(limits.WriterRateLimit) error)
func (*FakeExecutiveInterface) UpdateWriterRateLimitReturns ¶
func (fake *FakeExecutiveInterface) UpdateWriterRateLimitReturns(result1 error)
func (*FakeExecutiveInterface) UpdateWriterRateLimitReturnsOnCall ¶
func (fake *FakeExecutiveInterface) UpdateWriterRateLimitReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.