Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateMeta ¶
type ShardStatus ¶
type ShardStatus string
ShardStatus represents the state of a single shard's export. Unlike Status, it only covers per-shard states (TRANSFERRING, SUCCESS, FAILED, SKIPPED) and does not include STARTED or CANCELED.
const ( ShardTransferring ShardStatus = "TRANSFERRING" ShardSuccess ShardStatus = "SUCCESS" ShardFailed ShardStatus = "FAILED" ShardSkipped ShardStatus = "SKIPPED" )
Click to show internal directories.
Click to hide internal directories.