Documentation ¶
Overview ¶
Package mockcachevalue is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockValue ¶
type MockValue struct {
// contains filtered or unexported fields
}
MockValue is a mock of Value interface.
func NewMockValue ¶
func NewMockValue(ctrl *gomock.Controller) *MockValue
NewMockValue creates a new mock instance.
func (*MockValue) AuthenticateToken ¶
func (m *MockValue) AuthenticateToken(ctx context.Context, token string) (*authenticator.Response, bool, error)
AuthenticateToken mocks base method.
func (*MockValue) EXPECT ¶
func (m *MockValue) EXPECT() *MockValueMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockValueMockRecorder ¶
type MockValueMockRecorder struct {
// contains filtered or unexported fields
}
MockValueMockRecorder is the mock recorder for MockValue.
func (*MockValueMockRecorder) AuthenticateToken ¶
func (mr *MockValueMockRecorder) AuthenticateToken(ctx, token any) *gomock.Call
AuthenticateToken indicates an expected call of AuthenticateToken.
func (*MockValueMockRecorder) Close ¶
func (mr *MockValueMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close.
Click to show internal directories.
Click to hide internal directories.