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