Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockPolicyResolver ¶
type MockPolicyResolver struct {
// contains filtered or unexported fields
}
MockPolicyResolver is a mock of PolicyResolver interface
func NewMockPolicyResolver ¶
func NewMockPolicyResolver(ctrl *gomock.Controller) *MockPolicyResolver
NewMockPolicyResolver creates a new mock instance
func (*MockPolicyResolver) EXPECT ¶
func (m *MockPolicyResolver) EXPECT() *MockPolicyResolverMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockPolicyResolverMockRecorder ¶
type MockPolicyResolverMockRecorder struct {
// contains filtered or unexported fields
}
MockPolicyResolverMockRecorder is the mock recorder for MockPolicyResolver
func (*MockPolicyResolverMockRecorder) Resolve ¶
func (mr *MockPolicyResolverMockRecorder) Resolve(ctx, tagMatchers, startTime, endTime interface{}) *gomock.Call
Resolve indicates an expected call of Resolve
Click to show internal directories.
Click to hide internal directories.