Documentation ¶
Index ¶
- func NewJwtRepositoryServiceRedis(keyPrefix string, client *redis.Client) app.JwtRepositoryService
- func NewJwtServiceImpl(settings *config.Settings) app.JwtService
- func NewPasswordServiceBcrypt(cost int) app.PasswordService
- func NewSyncEventsImpl() app.DomainEvents
- func NewUserRepositoryServiceSqlx(settings *config.UsersSettings, db *sqlx.DB) app.UserRepositoryService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewJwtRepositoryServiceRedis ¶
func NewJwtRepositoryServiceRedis(keyPrefix string, client *redis.Client) app.JwtRepositoryService
NewJwtRepositoryServiceRedis .
func NewJwtServiceImpl ¶
func NewJwtServiceImpl(settings *config.Settings) app.JwtService
NewJwtServiceImpl .
func NewPasswordServiceBcrypt ¶
func NewPasswordServiceBcrypt(cost int) app.PasswordService
NewPasswordServiceBcrypt .
func NewSyncEventsImpl ¶
func NewSyncEventsImpl() app.DomainEvents
NewSyncEventsImpl creates sync events.
func NewUserRepositoryServiceSqlx ¶
func NewUserRepositoryServiceSqlx(settings *config.UsersSettings, db *sqlx.DB) app.UserRepositoryService
NewUserRepositoryServiceSqlx .
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.