user

package
v0.0.0-...-a7107f1 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2020 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Repository

type Repository interface {
	Create(user models.User) error
	UpdateByNickname(user models.User) (models.User, error)
	GetByNickname(nickname string) (models.User, error)
	GetWithSameNicknameAndEmail(nickname, email string) (models.Users, error)
}

type UseCase

type UseCase interface {
	Create(user models.User) error
	UpdateByNickname(user models.User) (models.User, error)
	GetByNickname(nickname string) (models.User, error)
	GetWithSameNicknameAndEmail(nickname, email string) (models.Users, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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