service

package
v0.0.0-...-e74fef0 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2023 License: MIT Imports: 13 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 interface {
	IsUserExist(ctx context.Context, req *model.IsUserExistRequest) (res *model.IsUserExistResponse, err error)
	Register(ctx context.Context, req *model.RegisterRequest) (res *model.RegisterResponse, err error)
	Login(ctx context.Context, req *model.LoginRequest) (res *model.LoginResponse, err error)
}

type Service

type Service interface {
	AuthService
}

func New

Jump to

Keyboard shortcuts

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