Documentation
¶
Overview ¶
Package mock_graphrbac is a generated GoMock package.
Index ¶
- type MockApplicationsClient
- func (m *MockApplicationsClient) Create(arg0 context.Context, arg1 graphrbac.ApplicationCreateParameters) (graphrbac.Application, error)
- func (m *MockApplicationsClient) Delete(arg0 context.Context, arg1 string) (autorest.Response, error)
- func (m *MockApplicationsClient) EXPECT() *MockApplicationsClientMockRecorder
- func (m *MockApplicationsClient) GetServicePrincipalsIDByAppID(arg0 context.Context, arg1 string) (graphrbac.ServicePrincipalObjectResult, error)
- func (m *MockApplicationsClient) List(arg0 context.Context, arg1 string) ([]graphrbac.Application, error)
- type MockApplicationsClientMockRecorder
- func (mr *MockApplicationsClientMockRecorder) Create(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockApplicationsClientMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockApplicationsClientMockRecorder) GetServicePrincipalsIDByAppID(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockApplicationsClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
- type MockServicePrincipalClient
- func (m *MockServicePrincipalClient) Create(arg0 context.Context, arg1 graphrbac.ServicePrincipalCreateParameters) (graphrbac.ServicePrincipal, error)
- func (m *MockServicePrincipalClient) EXPECT() *MockServicePrincipalClientMockRecorder
- func (m *MockServicePrincipalClient) List(arg0 context.Context, arg1 string) ([]graphrbac.ServicePrincipal, error)
- type MockServicePrincipalClientMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockApplicationsClient ¶
type MockApplicationsClient struct {
// contains filtered or unexported fields
}
MockApplicationsClient is a mock of ApplicationsClient interface.
func NewMockApplicationsClient ¶
func NewMockApplicationsClient(ctrl *gomock.Controller) *MockApplicationsClient
NewMockApplicationsClient creates a new mock instance.
func (*MockApplicationsClient) Create ¶
func (m *MockApplicationsClient) Create(arg0 context.Context, arg1 graphrbac.ApplicationCreateParameters) (graphrbac.Application, error)
Create mocks base method.
func (*MockApplicationsClient) Delete ¶
func (m *MockApplicationsClient) Delete(arg0 context.Context, arg1 string) (autorest.Response, error)
Delete mocks base method.
func (*MockApplicationsClient) EXPECT ¶
func (m *MockApplicationsClient) EXPECT() *MockApplicationsClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockApplicationsClient) GetServicePrincipalsIDByAppID ¶
func (m *MockApplicationsClient) GetServicePrincipalsIDByAppID(arg0 context.Context, arg1 string) (graphrbac.ServicePrincipalObjectResult, error)
GetServicePrincipalsIDByAppID mocks base method.
func (*MockApplicationsClient) List ¶
func (m *MockApplicationsClient) List(arg0 context.Context, arg1 string) ([]graphrbac.Application, error)
List mocks base method.
type MockApplicationsClientMockRecorder ¶
type MockApplicationsClientMockRecorder struct {
// contains filtered or unexported fields
}
MockApplicationsClientMockRecorder is the mock recorder for MockApplicationsClient.
func (*MockApplicationsClientMockRecorder) Create ¶
func (mr *MockApplicationsClientMockRecorder) Create(arg0, arg1 interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockApplicationsClientMockRecorder) Delete ¶
func (mr *MockApplicationsClientMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockApplicationsClientMockRecorder) GetServicePrincipalsIDByAppID ¶
func (mr *MockApplicationsClientMockRecorder) GetServicePrincipalsIDByAppID(arg0, arg1 interface{}) *gomock.Call
GetServicePrincipalsIDByAppID indicates an expected call of GetServicePrincipalsIDByAppID.
func (*MockApplicationsClientMockRecorder) List ¶
func (mr *MockApplicationsClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
List indicates an expected call of List.
type MockServicePrincipalClient ¶
type MockServicePrincipalClient struct {
// contains filtered or unexported fields
}
MockServicePrincipalClient is a mock of ServicePrincipalClient interface.
func NewMockServicePrincipalClient ¶
func NewMockServicePrincipalClient(ctrl *gomock.Controller) *MockServicePrincipalClient
NewMockServicePrincipalClient creates a new mock instance.
func (*MockServicePrincipalClient) Create ¶
func (m *MockServicePrincipalClient) Create(arg0 context.Context, arg1 graphrbac.ServicePrincipalCreateParameters) (graphrbac.ServicePrincipal, error)
Create mocks base method.
func (*MockServicePrincipalClient) EXPECT ¶
func (m *MockServicePrincipalClient) EXPECT() *MockServicePrincipalClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockServicePrincipalClient) List ¶
func (m *MockServicePrincipalClient) List(arg0 context.Context, arg1 string) ([]graphrbac.ServicePrincipal, error)
List mocks base method.
type MockServicePrincipalClientMockRecorder ¶
type MockServicePrincipalClientMockRecorder struct {
// contains filtered or unexported fields
}
MockServicePrincipalClientMockRecorder is the mock recorder for MockServicePrincipalClient.
func (*MockServicePrincipalClientMockRecorder) Create ¶
func (mr *MockServicePrincipalClientMockRecorder) Create(arg0, arg1 interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockServicePrincipalClientMockRecorder) List ¶
func (mr *MockServicePrincipalClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
List indicates an expected call of List.