package auth type Service struct{} func NewService() *Service { return &Service{} }