Documentation ¶
Overview ¶
Package mock_authorization is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockRoleAssignmentsClient ¶
type MockRoleAssignmentsClient struct {
// contains filtered or unexported fields
}
MockRoleAssignmentsClient is a mock of RoleAssignmentsClient interface
func NewMockRoleAssignmentsClient ¶
func NewMockRoleAssignmentsClient(ctrl *gomock.Controller) *MockRoleAssignmentsClient
NewMockRoleAssignmentsClient creates a new mock instance
func (*MockRoleAssignmentsClient) Create ¶
func (m *MockRoleAssignmentsClient) Create(arg0 context.Context, arg1, arg2 string, arg3 authorization.RoleAssignmentCreateParameters) (authorization.RoleAssignment, error)
Create mocks base method
func (*MockRoleAssignmentsClient) EXPECT ¶
func (m *MockRoleAssignmentsClient) EXPECT() *MockRoleAssignmentsClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockRoleAssignmentsClientMockRecorder ¶
type MockRoleAssignmentsClientMockRecorder struct {
// contains filtered or unexported fields
}
MockRoleAssignmentsClientMockRecorder is the mock recorder for MockRoleAssignmentsClient
func (*MockRoleAssignmentsClientMockRecorder) Create ¶
func (mr *MockRoleAssignmentsClientMockRecorder) Create(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Create indicates an expected call of Create
type MockRoleDefinitionsClient ¶
type MockRoleDefinitionsClient struct {
// contains filtered or unexported fields
}
MockRoleDefinitionsClient is a mock of RoleDefinitionsClient interface
func NewMockRoleDefinitionsClient ¶
func NewMockRoleDefinitionsClient(ctrl *gomock.Controller) *MockRoleDefinitionsClient
NewMockRoleDefinitionsClient creates a new mock instance
func (*MockRoleDefinitionsClient) CreateOrUpdate ¶
func (m *MockRoleDefinitionsClient) CreateOrUpdate(arg0 context.Context, arg1, arg2 string, arg3 authorization.RoleDefinition) (authorization.RoleDefinition, error)
CreateOrUpdate mocks base method
func (*MockRoleDefinitionsClient) EXPECT ¶
func (m *MockRoleDefinitionsClient) EXPECT() *MockRoleDefinitionsClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockRoleDefinitionsClientMockRecorder ¶
type MockRoleDefinitionsClientMockRecorder struct {
// contains filtered or unexported fields
}
MockRoleDefinitionsClientMockRecorder is the mock recorder for MockRoleDefinitionsClient
func (*MockRoleDefinitionsClientMockRecorder) CreateOrUpdate ¶
func (mr *MockRoleDefinitionsClientMockRecorder) CreateOrUpdate(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
CreateOrUpdate indicates an expected call of CreateOrUpdate