feat: complete template
This commit is contained in:
10
backend/database/services/user.go
Normal file
10
backend/database/services/user.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package services
|
||||
|
||||
import "context"
|
||||
|
||||
// @provider
|
||||
type User struct{}
|
||||
|
||||
func (u *User) Get(ctx context.Context) string {
|
||||
return "User"
|
||||
}
|
||||
Reference in New Issue
Block a user