Documentation ¶
Overview ¶
Package fake is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAccessSetLookup ¶
type MockAccessSetLookup struct {
// contains filtered or unexported fields
}
MockAccessSetLookup is a mock of AccessSetLookup interface.
func NewMockAccessSetLookup ¶
func NewMockAccessSetLookup(ctrl *gomock.Controller) *MockAccessSetLookup
NewMockAccessSetLookup creates a new mock instance.
func (*MockAccessSetLookup) AccessFor ¶
func (m *MockAccessSetLookup) AccessFor(arg0 user.Info) *accesscontrol.AccessSet
AccessFor mocks base method.
func (*MockAccessSetLookup) EXPECT ¶
func (m *MockAccessSetLookup) EXPECT() *MockAccessSetLookupMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAccessSetLookup) PurgeUserData ¶
func (m *MockAccessSetLookup) PurgeUserData(arg0 string)
PurgeUserData mocks base method.
type MockAccessSetLookupMockRecorder ¶
type MockAccessSetLookupMockRecorder struct {
// contains filtered or unexported fields
}
MockAccessSetLookupMockRecorder is the mock recorder for MockAccessSetLookup.
func (*MockAccessSetLookupMockRecorder) AccessFor ¶
func (mr *MockAccessSetLookupMockRecorder) AccessFor(arg0 any) *gomock.Call
AccessFor indicates an expected call of AccessFor.
func (*MockAccessSetLookupMockRecorder) PurgeUserData ¶
func (mr *MockAccessSetLookupMockRecorder) PurgeUserData(arg0 any) *gomock.Call
PurgeUserData indicates an expected call of PurgeUserData.
Click to show internal directories.
Click to hide internal directories.