コード例 #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
ファイル: dc.go プロジェクト: CenturyLinkCloud/clc-sdk
func New(client api.HTTP) *Service {
	return &Service{
		client: client,
		config: client.Config(),
	}
}