mirror of
https://github.com/KaySar12/NextZen-UserService.git
synced 2025-03-15 23:25:35 +07:00
10 lines
191 B
Go
10 lines
191 B
Go
package v2
|
|
|
|
import codegen "github.com/KaySar12/NextZen-UserService/codegen/user_service"
|
|
|
|
type UserService struct{}
|
|
|
|
func NewUserService() codegen.ServerInterface {
|
|
return &UserService{}
|
|
}
|