Documentation ¶
Overview ¶
Package mock_remotepdp is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockRemotePDPClient ¶
type MockRemotePDPClient struct {
// contains filtered or unexported fields
}
MockRemotePDPClient is a mock of RemotePDPClient interface.
func NewMockRemotePDPClient ¶
func NewMockRemotePDPClient(ctrl *gomock.Controller) *MockRemotePDPClient
NewMockRemotePDPClient creates a new mock instance.
func (*MockRemotePDPClient) CheckAccess ¶
func (m *MockRemotePDPClient) CheckAccess(arg0 context.Context, arg1 remotepdp.AuthorizationRequest) (*remotepdp.AuthorizationDecisionResponse, error)
CheckAccess mocks base method.
func (*MockRemotePDPClient) EXPECT ¶
func (m *MockRemotePDPClient) EXPECT() *MockRemotePDPClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockRemotePDPClientMockRecorder ¶
type MockRemotePDPClientMockRecorder struct {
// contains filtered or unexported fields
}
MockRemotePDPClientMockRecorder is the mock recorder for MockRemotePDPClient.
func (*MockRemotePDPClientMockRecorder) CheckAccess ¶
func (mr *MockRemotePDPClientMockRecorder) CheckAccess(arg0, arg1 interface{}) *gomock.Call
CheckAccess indicates an expected call of CheckAccess.
Click to show internal directories.
Click to hide internal directories.