...

Package snapshotshipstatus

import "github.com/LINBIT/golinstor/snapshotshipstatus"
Overview
Index

Overview ▾

type SnapshotShipStatus

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