user

package
v0.0.0-...-c0e02ee Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2024 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(ds store.IStore) *userBiz

Types

type UserBiz

UserBiz defines functions used to handle user request.

type UserExpansion

type UserExpansion interface {
	Login(ctx context.Context, rq *mbv1.LoginRequest) (*mbv1.LoginResponse, error)
	ChangePassword(ctx context.Context, rq *mbv1.ChangePasswordRequest) (*mbv1.ChangePasswordResponse, error)
	ListWithBadPerformance(ctx context.Context, rq *mbv1.ListUserRequest) (*mbv1.ListUserResponse, error)
}

UserExpansion defines additional methods for user operations.

Jump to

Keyboard shortcuts

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