File: snapshotshipstatus.go

package info (click to toggle)
golang-github-linbit-golinstor 0.55.0-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid
  • size: 480 kB
  • sloc: makefile: 11
file content (8 lines) | stat: -rw-r--r-- 153 bytes parent folder | download
1
2
3
4
5
6
7
8
package snapshotshipstatus

type SnapshotShipStatus string

const (
	Running  SnapshotShipStatus = "Running"
	Complete SnapshotShipStatus = "Complete"
)