Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogService ¶
LogService represents password logging service
func New ¶
func New(svc profile.Service, logger authapi.Logger) *LogService
New creates new password logging service
func (*LogService) Change ¶
func (ls *LogService) Change(c echo.Context, p authapi.Profile) (err error)
Change logging
func (*LogService) FetchProfileByExternalID ¶
func (ls *LogService) FetchProfileByExternalID(c echo.Context, externalID string) (p authapi.Profile, err error)
Click to show internal directories.
Click to hide internal directories.