func New(client api.HTTP) *Service { return &Service{ client: client, config: client.Config(), PollInterval: 30 * time.Second, } }
func New(client api.HTTP) *Service { return &Service{ client: client, config: client.Config(), } }