| 22 | ) |
| 23 | |
| 24 | type FakeActor struct { |
| 25 | ApplyOrganizationQuotaByNameStub func(string, string) (v7action.Warnings, error) |
| 26 | applyOrganizationQuotaByNameMutex sync.RWMutex |
| 27 | applyOrganizationQuotaByNameArgsForCall []struct { |
| 28 | arg1 string |
| 29 | arg2 string |
| 30 | } |
| 31 | applyOrganizationQuotaByNameReturns struct { |
| 32 | result1 v7action.Warnings |
| 33 | result2 error |
| 34 | } |
| 35 | applyOrganizationQuotaByNameReturnsOnCall map[int]struct { |
| 36 | result1 v7action.Warnings |
| 37 | result2 error |
| 38 | } |
| 39 | ApplySpaceQuotaByNameStub func(string, string, string) (v7action.Warnings, error) |
| 40 | applySpaceQuotaByNameMutex sync.RWMutex |
| 41 | applySpaceQuotaByNameArgsForCall []struct { |
| 42 | arg1 string |
| 43 | arg2 string |
| 44 | arg3 string |
| 45 | } |
| 46 | applySpaceQuotaByNameReturns struct { |
| 47 | result1 v7action.Warnings |
| 48 | result2 error |
| 49 | } |
| 50 | applySpaceQuotaByNameReturnsOnCall map[int]struct { |
| 51 | result1 v7action.Warnings |
| 52 | result2 error |
| 53 | } |
| 54 | AssignIsolationSegmentToSpaceByNameAndSpaceStub func(string, string) (v7action.Warnings, error) |
| 55 | assignIsolationSegmentToSpaceByNameAndSpaceMutex sync.RWMutex |
| 56 | assignIsolationSegmentToSpaceByNameAndSpaceArgsForCall []struct { |
| 57 | arg1 string |
| 58 | arg2 string |
| 59 | } |
| 60 | assignIsolationSegmentToSpaceByNameAndSpaceReturns struct { |
| 61 | result1 v7action.Warnings |
| 62 | result2 error |
| 63 | } |
| 64 | assignIsolationSegmentToSpaceByNameAndSpaceReturnsOnCall map[int]struct { |
| 65 | result1 v7action.Warnings |
| 66 | result2 error |
| 67 | } |
| 68 | AuthenticateStub func(map[string]string, string, constant.GrantType) error |
| 69 | authenticateMutex sync.RWMutex |
| 70 | authenticateArgsForCall []struct { |
| 71 | arg1 map[string]string |
| 72 | arg2 string |
| 73 | arg3 constant.GrantType |
| 74 | } |
| 75 | authenticateReturns struct { |
| 76 | result1 error |
| 77 | } |
| 78 | authenticateReturnsOnCall map[int]struct { |
| 79 | result1 error |
| 80 | } |
| 81 | BindSecurityGroupToSpacesStub func(string, []resources.Space, constanta.SecurityGroupLifecycle) (v7action.Warnings, error) |
nothing calls this directly
no outgoing calls
no test coverage detected