Documentation ¶
Overview ¶
Package drift provides types and helpers for cloud drifts.
Index ¶
Constants ¶
View Source
const ( // ErrInvalidStatus represents an invalid drift status error. ErrInvalidStatus errors.Kind = "invalid drift status" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Status ¶
type Status uint8
Status of a drift.
func (Status) MarshalJSON ¶
MarshalJSON implements the Marshaller interface.
func (*Status) UnmarshalJSON ¶
UnmarshalJSON unmarshals drift status from JSONs.
Click to show internal directories.
Click to hide internal directories.