package service type InfoService struct{} func NewInfoService() *InfoService { return &InfoService{} }