Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecurityRepository ¶
type SecurityRepository interface { GetRemoteToken(token string) (*User, error) CleanToken(token string) GetToken(token string) (*User, bool) }
func NewSecurityRepository ¶
func NewSecurityRepository( log log.LogRusEntry, client httpx.HTTPClient, authServerUrl string, ) SecurityRepository
type SecurityService ¶
func NewSecurityService ¶
func NewSecurityService( log log.LogRusEntry, repo SecurityRepository, ) SecurityService
Click to show internal directories.
Click to hide internal directories.