add backend tpl
This commit is contained in:
7
backend_v1/modules/frontend/users/service.go
Normal file
7
backend_v1/modules/frontend/users/service.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package users
|
||||
|
||||
type UserService struct{}
|
||||
|
||||
func (svc *UserService) GetUsers() string {
|
||||
return "users"
|
||||
}
|
||||
Reference in New Issue
Block a user