示例#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(),
	}
}