service

package
v0.0.0-...-f62f456 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthService

type AuthService struct {
	// contains filtered or unexported fields
}

func (*AuthService) Login

type Service

type Service struct {
	User   *UserService
	Wallet *WalletService
	Auth   *AuthService
}

func New

func New(cfg *config.Config, logger *zerolog.Logger, repo *repo.RepoManager) (*Service, error)

type UserService

type UserService struct {
	// contains filtered or unexported fields
}

func (*UserService) New

func (s *UserService) New(ctx context.Context, r *req.NewUser) error

type WalletService

type WalletService struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL