EXPECT returns an object that allows the caller to indicate expected use.
()
| 32 | |
| 33 | // EXPECT returns an object that allows the caller to indicate expected use. |
| 34 | func (m *MockRoleAPI) EXPECT() *MockRoleAPIMockRecorder { |
| 35 | return m.recorder |
| 36 | } |
| 37 | |
| 38 | // AssociatePermissions mocks base method. |
| 39 | func (m *MockRoleAPI) AssociatePermissions(ctx context.Context, id string, permissions []*management.Permission, opts ...management.RequestOption) error { |
no outgoing calls