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