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
Click to show internal directories.
Click to hide internal directories.