Documentation
¶
Index ¶
Constants ¶
View Source
const ( StatusRequested = Status("requested") StatusInProgress = Status("in progress") StatusCompleted = Status("completed") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Errors ¶
type Errors struct { Snapshot error `json:"snapshot,omitempty"` Tables []TableError `json:"tables,omitempty"` }
func (*Errors) AddSnapshotError ¶
func (*Errors) GetFailedTables ¶
func (*Errors) IsTableError ¶
type Request ¶
func (*Request) HasFailedForTable ¶
func (*Request) MarkCompleted ¶
func (*Request) MarkInProgress ¶
func (r *Request) MarkInProgress()
type TableError ¶
func NewTableError ¶
func NewTableError(table string, err error) TableError
func (TableError) Error ¶
func (e TableError) Error() string
Click to show internal directories.
Click to hide internal directories.