export

package
v1.37.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 15, 2026 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateMeta

type CreateMeta struct {
	Path   string
	Status Status
}

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"
)

type Status

type Status string

Status represents the state of a node or export-level operation.

const (
	Started      Status = "STARTED"
	Transferring Status = "TRANSFERRING"
	Success      Status = "SUCCESS"
	Failed       Status = "FAILED"
	Canceled     Status = "CANCELED"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL