Documentation
¶
Overview ¶
Package snapshotstate
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( INPROGRESS = SnapshotState{"IN_PROGRESS"} SUCCESS = SnapshotState{"SUCCESS"} FAILED = SnapshotState{"FAILED"} PARTIAL = SnapshotState{"PARTIAL"} INCOMPATIBLE = SnapshotState{"INCOMPATIBLE"} )
Functions ¶
This section is empty.
Types ¶
type SnapshotState ¶
type SnapshotState struct {
Name string
}
func (SnapshotState) MarshalText ¶
func (s SnapshotState) MarshalText() (text []byte, err error)
func (SnapshotState) String ¶
func (s SnapshotState) String() string
func (*SnapshotState) UnmarshalText ¶
func (s *SnapshotState) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.