package users type UserService struct{} func (svc *UserService) GetUsers() string { return "users" }