File: meta.go

package info (click to toggle)
golang-github-mimuret-golang-iij-dpf 0.9.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,340 kB
  • sloc: makefile: 55
file content (6 lines) | stat: -rw-r--r-- 114 bytes parent folder | download
1
2
3
4
5
6
package meta

type KindVersion struct {
	Kind       string `json:"kind"`
	APIVersion string `json:"apiVersion"`
}