Documentation ¶
Index ¶
Constants ¶
View Source
const DBDefaultLimit uint64 = 500
Variables ¶
View Source
var ( ErrGeneral = errors.New("general error") ErrBadRequestFormat = errors.New("request format not valid") ErrBadPermission = errors.New("bad permission") )
View Source
var WireSet = wire.NewSet()
Functions ¶
This section is empty.
Types ¶
type GetUserOption ¶
type Repository ¶
type UserRepo ¶
type UserRepo interface {
GetList(ctx context.Context, option GetUserOption) ([]User, error)
}
type UserService ¶
type UserService interface {
GetList(ctx context.Context, option GetUserOption) ([]User, error)
}
Click to show internal directories.
Click to hide internal directories.