mirror of
https://github.com/FJurmanovic/wallet-go-api.git
synced 2026-02-06 06:08:16 +00:00
partial repository layer added
This commit is contained in:
14
pkg/filter/user.go
Normal file
14
pkg/filter/user.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package filter
|
||||
|
||||
import "wallet-api/pkg/model"
|
||||
|
||||
type UserFilter struct {
|
||||
model.Params
|
||||
BaseFilter
|
||||
}
|
||||
|
||||
func NewUserFilter(params model.Params) *UserFilter {
|
||||
return &UserFilter{
|
||||
Params: params,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user