packer-cn/vendor/github.com/profitbricks/profitbricks-sdk-go/request.go

6 lines
89 B
Go
Raw Normal View History

2016-06-28 22:35:41 -04:00
package profitbricks
2016-07-08 13:40:36 -04:00
func GetRequestStatus(path string)Instance{
2016-06-28 22:35:41 -04:00
return is_get(path)
}