kops/vendor/github.com/hetznercloud/hcloud-go/hcloud/resource.go

8 lines
110 B
Go

package hcloud
// Resource defines the schema of a resource.
type Resource struct {
ID int
Type string
}