Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountHandler ¶
type AccountHandler struct {
// contains filtered or unexported fields
}
func NewAccountHandler ¶
func NewAccountHandler(mailSrv *mail.Srv) *AccountHandler
func (*AccountHandler) OnTransferIncome ¶
func (h *AccountHandler) OnTransferIncome(ctx context.Context, msg *nats.Msg) error
func (*AccountHandler) OnTransferOutcome ¶
func (h *AccountHandler) OnTransferOutcome(ctx context.Context, msg *nats.Msg) error
type AuthHandler ¶
type AuthHandler struct {
// contains filtered or unexported fields
}
func NewAuthHandler ¶
func NewAuthHandler(mailSrv *mail.Srv, publicHost string) *AuthHandler
func (*AuthHandler) OnLoginStart ¶
func (h *AuthHandler) OnLoginStart(ctx context.Context, msg *nats.Msg) error
func (*AuthHandler) OnUserCreated ¶
func (h *AuthHandler) OnUserCreated(ctx context.Context, msg *nats.Msg) error
Click to show internal directories.
Click to hide internal directories.