Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppDefinition ¶
type Config ¶
type Config interface {
NumBatches() int
MaxInFlight() int
MaxPollingErrors() int
// Tolerance() float64
AppPayload() string
Prefix() string
Domain() string
UseTLS() bool
SkipVerifyCertificate() bool
// ConfigFile() string
OutputFile() string
Timeout() time.Duration
TotalAppCount() int
MaxAllowedFailures() int
AppTypes() []AppDefinition
}
Click to show internal directories.
Click to hide internal directories.