File: resource.go

package info (click to toggle)
golang-github-hetznercloud-hcloud-go 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,072 kB
  • sloc: sh: 5; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 112 bytes parent folder | download
1
2
3
4
5
6
7
package hcloud

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