Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config interface {
GetProviders() []ProviderConfig
}
Config represents a configuration with providers
type ProviderConfig ¶
type ProviderConfig interface {
ID() string
GetHost() string
GetUsername() string
GetPassword() string
GetPort() int
GetMaxConnections() int
GetMaxConnectionIdleTimeInSeconds() int
GetMaxConnectionTTLInSeconds() int
GetTLS() bool
GetInsecureSSL() bool
GetIsBackupProvider() bool
}
ProviderConfig represents a provider configuration that can be compared
Click to show internal directories.
Click to hide internal directories.