usecase

package module
v0.0.0-...-d6422a7 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LoginUsecase

type LoginUsecase interface {
	Login(ctx context.Context, id string, password string) (model.Certificate, model.UserAuth, error)
}

func NewLoginUsecase

func NewLoginUsecase(usrserv service.UserAuthService, certserv service.CertificateService) LoginUsecase

Jump to

Keyboard shortcuts

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