예제 #1
0
파일: status.go 프로젝트: Yelp/terraform
func New(client api.HTTP) *Service {
	return &Service{
		client:       client,
		config:       client.Config(),
		PollInterval: 30 * time.Second,
	}
}
예제 #2
0
func New(client api.HTTP) *Service {
	return &Service{
		client: client,
		config: client.Config(),
	}
}