repository

package
v0.0.0-...-8c875ac Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UserRepository

type UserRepository interface {
	CreateUser(context.Context, *types.UserEntity) error
	GetUserByID(context.Context, string) (*types.UserEntity, error)
	GetUserByName(context.Context, string) (*types.UserEntity, error)
	DeleteByID(context.Context, string) error
	UpdateUser(context.Context, *types.UserEntity) error
	ChangePassword(context.Context, string, string, string) error
}

UserRepository 用户仓库接口定义

Jump to

Keyboard shortcuts

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