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