types

package
v0.0.0-...-67d514a Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2020 License: LGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExtractionHistory

type ExtractionHistory struct {
	Status HistoryStatus `json:"status"`
	Reason string        `json:"reason"`
}

ExtractionHistory represents one extraction history.

type HistoryStatus

type HistoryStatus string

HistoryStatus history status about processing installation history.

const (
	// HistoryStatusTrue means a successful history
	HistoryStatusTrue HistoryStatus = "True"
	// HistoryStatusFalse means a failed history
	HistoryStatusFalse HistoryStatus = "False"
)

Jump to

Keyboard shortcuts

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