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 ¶
func (s *AuthService) Login(ctx context.Context, r *req.LoginRequest) (*res.LoginResponse, error)
type Service ¶
type Service struct {
User *UserService
Wallet *WalletService
Auth *AuthService
}
type UserService ¶
type UserService struct {
// contains filtered or unexported fields
}
type WalletService ¶
type WalletService struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.