service

package
v0.0.0-...-92e17b8 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2025 License: MIT Imports: 8 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 {
	FindById(id uint) (*model.User, error)
	FindAll(pagination.Page) ([]model.User, error)
	Create(*model.User) (*string, error)
	Login(username, password string) (string, error)
}

func NewUserService

func NewUserService(r repository.UserRepository) UserService

Jump to

Keyboard shortcuts

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