Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeSpaceQuotaRepository
- func (fake *FakeSpaceQuotaRepository) AssociateSpaceWithQuota(arg1 string, arg2 string) error
- func (fake *FakeSpaceQuotaRepository) AssociateSpaceWithQuotaArgsForCall(i int) (string, string)
- func (fake *FakeSpaceQuotaRepository) AssociateSpaceWithQuotaCallCount() int
- func (fake *FakeSpaceQuotaRepository) AssociateSpaceWithQuotaCalls(stub func(string, string) error)
- func (fake *FakeSpaceQuotaRepository) AssociateSpaceWithQuotaReturns(result1 error)
- func (fake *FakeSpaceQuotaRepository) AssociateSpaceWithQuotaReturnsOnCall(i int, result1 error)
- func (fake *FakeSpaceQuotaRepository) Create(arg1 models.SpaceQuota) error
- func (fake *FakeSpaceQuotaRepository) CreateArgsForCall(i int) models.SpaceQuota
- func (fake *FakeSpaceQuotaRepository) CreateCallCount() int
- func (fake *FakeSpaceQuotaRepository) CreateCalls(stub func(models.SpaceQuota) error)
- func (fake *FakeSpaceQuotaRepository) CreateReturns(result1 error)
- func (fake *FakeSpaceQuotaRepository) CreateReturnsOnCall(i int, result1 error)
- func (fake *FakeSpaceQuotaRepository) Delete(arg1 string) error
- func (fake *FakeSpaceQuotaRepository) DeleteArgsForCall(i int) string
- func (fake *FakeSpaceQuotaRepository) DeleteCallCount() int
- func (fake *FakeSpaceQuotaRepository) DeleteCalls(stub func(string) error)
- func (fake *FakeSpaceQuotaRepository) DeleteReturns(result1 error)
- func (fake *FakeSpaceQuotaRepository) DeleteReturnsOnCall(i int, result1 error)
- func (fake *FakeSpaceQuotaRepository) FindByGUID(arg1 string) (models.SpaceQuota, error)
- func (fake *FakeSpaceQuotaRepository) FindByGUIDArgsForCall(i int) string
- func (fake *FakeSpaceQuotaRepository) FindByGUIDCallCount() int
- func (fake *FakeSpaceQuotaRepository) FindByGUIDCalls(stub func(string) (models.SpaceQuota, error))
- func (fake *FakeSpaceQuotaRepository) FindByGUIDReturns(result1 models.SpaceQuota, result2 error)
- func (fake *FakeSpaceQuotaRepository) FindByGUIDReturnsOnCall(i int, result1 models.SpaceQuota, result2 error)
- func (fake *FakeSpaceQuotaRepository) FindByName(arg1 string) (models.SpaceQuota, error)
- func (fake *FakeSpaceQuotaRepository) FindByNameAndOrgGUID(arg1 string, arg2 string) (models.SpaceQuota, error)
- func (fake *FakeSpaceQuotaRepository) FindByNameAndOrgGUIDArgsForCall(i int) (string, string)
- func (fake *FakeSpaceQuotaRepository) FindByNameAndOrgGUIDCallCount() int
- func (fake *FakeSpaceQuotaRepository) FindByNameAndOrgGUIDCalls(stub func(string, string) (models.SpaceQuota, error))
- func (fake *FakeSpaceQuotaRepository) FindByNameAndOrgGUIDReturns(result1 models.SpaceQuota, result2 error)
- func (fake *FakeSpaceQuotaRepository) FindByNameAndOrgGUIDReturnsOnCall(i int, result1 models.SpaceQuota, result2 error)
- func (fake *FakeSpaceQuotaRepository) FindByNameArgsForCall(i int) string
- func (fake *FakeSpaceQuotaRepository) FindByNameCallCount() int
- func (fake *FakeSpaceQuotaRepository) FindByNameCalls(stub func(string) (models.SpaceQuota, error))
- func (fake *FakeSpaceQuotaRepository) FindByNameReturns(result1 models.SpaceQuota, result2 error)
- func (fake *FakeSpaceQuotaRepository) FindByNameReturnsOnCall(i int, result1 models.SpaceQuota, result2 error)
- func (fake *FakeSpaceQuotaRepository) FindByOrg(arg1 string) ([]models.SpaceQuota, error)
- func (fake *FakeSpaceQuotaRepository) FindByOrgArgsForCall(i int) string
- func (fake *FakeSpaceQuotaRepository) FindByOrgCallCount() int
- func (fake *FakeSpaceQuotaRepository) FindByOrgCalls(stub func(string) ([]models.SpaceQuota, error))
- func (fake *FakeSpaceQuotaRepository) FindByOrgReturns(result1 []models.SpaceQuota, result2 error)
- func (fake *FakeSpaceQuotaRepository) FindByOrgReturnsOnCall(i int, result1 []models.SpaceQuota, result2 error)
- func (fake *FakeSpaceQuotaRepository) Invocations() map[string][][]interface{}
- func (fake *FakeSpaceQuotaRepository) UnassignQuotaFromSpace(arg1 string, arg2 string) error
- func (fake *FakeSpaceQuotaRepository) UnassignQuotaFromSpaceArgsForCall(i int) (string, string)
- func (fake *FakeSpaceQuotaRepository) UnassignQuotaFromSpaceCallCount() int
- func (fake *FakeSpaceQuotaRepository) UnassignQuotaFromSpaceCalls(stub func(string, string) error)
- func (fake *FakeSpaceQuotaRepository) UnassignQuotaFromSpaceReturns(result1 error)
- func (fake *FakeSpaceQuotaRepository) UnassignQuotaFromSpaceReturnsOnCall(i int, result1 error)
- func (fake *FakeSpaceQuotaRepository) Update(arg1 models.SpaceQuota) error
- func (fake *FakeSpaceQuotaRepository) UpdateArgsForCall(i int) models.SpaceQuota
- func (fake *FakeSpaceQuotaRepository) UpdateCallCount() int
- func (fake *FakeSpaceQuotaRepository) UpdateCalls(stub func(models.SpaceQuota) error)
- func (fake *FakeSpaceQuotaRepository) UpdateReturns(result1 error)
- func (fake *FakeSpaceQuotaRepository) UpdateReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeSpaceQuotaRepository ¶
type FakeSpaceQuotaRepository struct { AssociateSpaceWithQuotaStub func(string, string) error CreateStub func(models.SpaceQuota) error DeleteStub func(string) error FindByGUIDStub func(string) (models.SpaceQuota, error) FindByNameStub func(string) (models.SpaceQuota, error) FindByNameAndOrgGUIDStub func(string, string) (models.SpaceQuota, error) FindByOrgStub func(string) ([]models.SpaceQuota, error) UnassignQuotaFromSpaceStub func(string, string) error UpdateStub func(models.SpaceQuota) error // contains filtered or unexported fields }
func (*FakeSpaceQuotaRepository) AssociateSpaceWithQuota ¶
func (fake *FakeSpaceQuotaRepository) AssociateSpaceWithQuota(arg1 string, arg2 string) error
func (*FakeSpaceQuotaRepository) AssociateSpaceWithQuotaArgsForCall ¶
func (fake *FakeSpaceQuotaRepository) AssociateSpaceWithQuotaArgsForCall(i int) (string, string)
func (*FakeSpaceQuotaRepository) AssociateSpaceWithQuotaCallCount ¶
func (fake *FakeSpaceQuotaRepository) AssociateSpaceWithQuotaCallCount() int
func (*FakeSpaceQuotaRepository) AssociateSpaceWithQuotaCalls ¶
func (fake *FakeSpaceQuotaRepository) AssociateSpaceWithQuotaCalls(stub func(string, string) error)
func (*FakeSpaceQuotaRepository) AssociateSpaceWithQuotaReturns ¶
func (fake *FakeSpaceQuotaRepository) AssociateSpaceWithQuotaReturns(result1 error)
func (*FakeSpaceQuotaRepository) AssociateSpaceWithQuotaReturnsOnCall ¶
func (fake *FakeSpaceQuotaRepository) AssociateSpaceWithQuotaReturnsOnCall(i int, result1 error)
func (*FakeSpaceQuotaRepository) Create ¶
func (fake *FakeSpaceQuotaRepository) Create(arg1 models.SpaceQuota) error
func (*FakeSpaceQuotaRepository) CreateArgsForCall ¶
func (fake *FakeSpaceQuotaRepository) CreateArgsForCall(i int) models.SpaceQuota
func (*FakeSpaceQuotaRepository) CreateCallCount ¶
func (fake *FakeSpaceQuotaRepository) CreateCallCount() int
func (*FakeSpaceQuotaRepository) CreateCalls ¶
func (fake *FakeSpaceQuotaRepository) CreateCalls(stub func(models.SpaceQuota) error)
func (*FakeSpaceQuotaRepository) CreateReturns ¶
func (fake *FakeSpaceQuotaRepository) CreateReturns(result1 error)
func (*FakeSpaceQuotaRepository) CreateReturnsOnCall ¶
func (fake *FakeSpaceQuotaRepository) CreateReturnsOnCall(i int, result1 error)
func (*FakeSpaceQuotaRepository) Delete ¶
func (fake *FakeSpaceQuotaRepository) Delete(arg1 string) error
func (*FakeSpaceQuotaRepository) DeleteArgsForCall ¶
func (fake *FakeSpaceQuotaRepository) DeleteArgsForCall(i int) string
func (*FakeSpaceQuotaRepository) DeleteCallCount ¶
func (fake *FakeSpaceQuotaRepository) DeleteCallCount() int
func (*FakeSpaceQuotaRepository) DeleteCalls ¶
func (fake *FakeSpaceQuotaRepository) DeleteCalls(stub func(string) error)
func (*FakeSpaceQuotaRepository) DeleteReturns ¶
func (fake *FakeSpaceQuotaRepository) DeleteReturns(result1 error)
func (*FakeSpaceQuotaRepository) DeleteReturnsOnCall ¶
func (fake *FakeSpaceQuotaRepository) DeleteReturnsOnCall(i int, result1 error)
func (*FakeSpaceQuotaRepository) FindByGUID ¶
func (fake *FakeSpaceQuotaRepository) FindByGUID(arg1 string) (models.SpaceQuota, error)
func (*FakeSpaceQuotaRepository) FindByGUIDArgsForCall ¶
func (fake *FakeSpaceQuotaRepository) FindByGUIDArgsForCall(i int) string
func (*FakeSpaceQuotaRepository) FindByGUIDCallCount ¶
func (fake *FakeSpaceQuotaRepository) FindByGUIDCallCount() int
func (*FakeSpaceQuotaRepository) FindByGUIDCalls ¶
func (fake *FakeSpaceQuotaRepository) FindByGUIDCalls(stub func(string) (models.SpaceQuota, error))
func (*FakeSpaceQuotaRepository) FindByGUIDReturns ¶
func (fake *FakeSpaceQuotaRepository) FindByGUIDReturns(result1 models.SpaceQuota, result2 error)
func (*FakeSpaceQuotaRepository) FindByGUIDReturnsOnCall ¶
func (fake *FakeSpaceQuotaRepository) FindByGUIDReturnsOnCall(i int, result1 models.SpaceQuota, result2 error)
func (*FakeSpaceQuotaRepository) FindByName ¶
func (fake *FakeSpaceQuotaRepository) FindByName(arg1 string) (models.SpaceQuota, error)
func (*FakeSpaceQuotaRepository) FindByNameAndOrgGUID ¶
func (fake *FakeSpaceQuotaRepository) FindByNameAndOrgGUID(arg1 string, arg2 string) (models.SpaceQuota, error)
func (*FakeSpaceQuotaRepository) FindByNameAndOrgGUIDArgsForCall ¶
func (fake *FakeSpaceQuotaRepository) FindByNameAndOrgGUIDArgsForCall(i int) (string, string)
func (*FakeSpaceQuotaRepository) FindByNameAndOrgGUIDCallCount ¶
func (fake *FakeSpaceQuotaRepository) FindByNameAndOrgGUIDCallCount() int
func (*FakeSpaceQuotaRepository) FindByNameAndOrgGUIDCalls ¶
func (fake *FakeSpaceQuotaRepository) FindByNameAndOrgGUIDCalls(stub func(string, string) (models.SpaceQuota, error))
func (*FakeSpaceQuotaRepository) FindByNameAndOrgGUIDReturns ¶
func (fake *FakeSpaceQuotaRepository) FindByNameAndOrgGUIDReturns(result1 models.SpaceQuota, result2 error)
func (*FakeSpaceQuotaRepository) FindByNameAndOrgGUIDReturnsOnCall ¶
func (fake *FakeSpaceQuotaRepository) FindByNameAndOrgGUIDReturnsOnCall(i int, result1 models.SpaceQuota, result2 error)
func (*FakeSpaceQuotaRepository) FindByNameArgsForCall ¶
func (fake *FakeSpaceQuotaRepository) FindByNameArgsForCall(i int) string
func (*FakeSpaceQuotaRepository) FindByNameCallCount ¶
func (fake *FakeSpaceQuotaRepository) FindByNameCallCount() int
func (*FakeSpaceQuotaRepository) FindByNameCalls ¶
func (fake *FakeSpaceQuotaRepository) FindByNameCalls(stub func(string) (models.SpaceQuota, error))
func (*FakeSpaceQuotaRepository) FindByNameReturns ¶
func (fake *FakeSpaceQuotaRepository) FindByNameReturns(result1 models.SpaceQuota, result2 error)
func (*FakeSpaceQuotaRepository) FindByNameReturnsOnCall ¶
func (fake *FakeSpaceQuotaRepository) FindByNameReturnsOnCall(i int, result1 models.SpaceQuota, result2 error)
func (*FakeSpaceQuotaRepository) FindByOrg ¶
func (fake *FakeSpaceQuotaRepository) FindByOrg(arg1 string) ([]models.SpaceQuota, error)
func (*FakeSpaceQuotaRepository) FindByOrgArgsForCall ¶
func (fake *FakeSpaceQuotaRepository) FindByOrgArgsForCall(i int) string
func (*FakeSpaceQuotaRepository) FindByOrgCallCount ¶
func (fake *FakeSpaceQuotaRepository) FindByOrgCallCount() int
func (*FakeSpaceQuotaRepository) FindByOrgCalls ¶
func (fake *FakeSpaceQuotaRepository) FindByOrgCalls(stub func(string) ([]models.SpaceQuota, error))
func (*FakeSpaceQuotaRepository) FindByOrgReturns ¶
func (fake *FakeSpaceQuotaRepository) FindByOrgReturns(result1 []models.SpaceQuota, result2 error)
func (*FakeSpaceQuotaRepository) FindByOrgReturnsOnCall ¶
func (fake *FakeSpaceQuotaRepository) FindByOrgReturnsOnCall(i int, result1 []models.SpaceQuota, result2 error)
func (*FakeSpaceQuotaRepository) Invocations ¶
func (fake *FakeSpaceQuotaRepository) Invocations() map[string][][]interface{}
func (*FakeSpaceQuotaRepository) UnassignQuotaFromSpace ¶
func (fake *FakeSpaceQuotaRepository) UnassignQuotaFromSpace(arg1 string, arg2 string) error
func (*FakeSpaceQuotaRepository) UnassignQuotaFromSpaceArgsForCall ¶
func (fake *FakeSpaceQuotaRepository) UnassignQuotaFromSpaceArgsForCall(i int) (string, string)
func (*FakeSpaceQuotaRepository) UnassignQuotaFromSpaceCallCount ¶
func (fake *FakeSpaceQuotaRepository) UnassignQuotaFromSpaceCallCount() int
func (*FakeSpaceQuotaRepository) UnassignQuotaFromSpaceCalls ¶
func (fake *FakeSpaceQuotaRepository) UnassignQuotaFromSpaceCalls(stub func(string, string) error)
func (*FakeSpaceQuotaRepository) UnassignQuotaFromSpaceReturns ¶
func (fake *FakeSpaceQuotaRepository) UnassignQuotaFromSpaceReturns(result1 error)
func (*FakeSpaceQuotaRepository) UnassignQuotaFromSpaceReturnsOnCall ¶
func (fake *FakeSpaceQuotaRepository) UnassignQuotaFromSpaceReturnsOnCall(i int, result1 error)
func (*FakeSpaceQuotaRepository) Update ¶
func (fake *FakeSpaceQuotaRepository) Update(arg1 models.SpaceQuota) error
func (*FakeSpaceQuotaRepository) UpdateArgsForCall ¶
func (fake *FakeSpaceQuotaRepository) UpdateArgsForCall(i int) models.SpaceQuota
func (*FakeSpaceQuotaRepository) UpdateCallCount ¶
func (fake *FakeSpaceQuotaRepository) UpdateCallCount() int
func (*FakeSpaceQuotaRepository) UpdateCalls ¶
func (fake *FakeSpaceQuotaRepository) UpdateCalls(stub func(models.SpaceQuota) error)
func (*FakeSpaceQuotaRepository) UpdateReturns ¶
func (fake *FakeSpaceQuotaRepository) UpdateReturns(result1 error)
func (*FakeSpaceQuotaRepository) UpdateReturnsOnCall ¶
func (fake *FakeSpaceQuotaRepository) UpdateReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.