NextZen-UserService/route/v2/route.go

10 lines
194 B
Go
Raw Permalink Normal View History

package v2
import codegen "github.com/IceWhaleTech/CasaOS-UserService/codegen/user_service"
type UserService struct{}
func NewUserService() codegen.ServerInterface {
return &UserService{}
}