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 MocktokenValidatorInterface ¶
type MocktokenValidatorInterface struct {
// contains filtered or unexported fields
}
MocktokenValidatorInterface is a mock of tokenValidatorInterface interface.
func NewMocktokenValidatorInterface ¶
func NewMocktokenValidatorInterface(ctrl *gomock.Controller) *MocktokenValidatorInterface
NewMocktokenValidatorInterface creates a new mock instance.
func (*MocktokenValidatorInterface) EXPECT ¶
func (m *MocktokenValidatorInterface) EXPECT() *MocktokenValidatorInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MocktokenValidatorInterface) ValidateToken ¶
func (m *MocktokenValidatorInterface) ValidateToken(ctx context.Context, token string) (jwt.MapClaims, error)
ValidateToken mocks base method.
type MocktokenValidatorInterfaceMockRecorder ¶
type MocktokenValidatorInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MocktokenValidatorInterfaceMockRecorder is the mock recorder for MocktokenValidatorInterface.
func (*MocktokenValidatorInterfaceMockRecorder) ValidateToken ¶
func (mr *MocktokenValidatorInterfaceMockRecorder) ValidateToken(ctx, token any) *gomock.Call
ValidateToken indicates an expected call of ValidateToken.
Click to show internal directories.
Click to hide internal directories.