Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockService ¶
type MockService struct { Token authenticating.Token Err error }
func (*MockService) Sign ¶
func (m *MockService) Sign(_ context.Context, _ authenticating.Login, _ string, _ string) (authenticating.Token, error)
func (*MockService) Verify ¶
func (m *MockService) Verify(_ context.Context, _ string) (authenticating.Token, error)
Click to show internal directories.
Click to hide internal directories.