service

package
v0.0.0-...-825d742 Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2023 License: Unlicense Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UserService

type UserService interface {
	CreateUser(username, password string) (*user.User, error)
	Login(username, password string) (*user.User, error)
}

func NewUserService

func NewUserService(repository user.Repository, jwtManager jwtManager.Manager) UserService

Jump to

Keyboard shortcuts

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