Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Database ¶
type Database struct {
Name string `mapstructure:"name"`
Host string `mapstructure:"host"`
Port int `mapstructure:"port"`
User string `mapstructure:"user"`
Password string `mapstructure:"password"`
CACertPath string `mapstructure:"ca_cert_path"`
PoolLimit int `mapstructure:"pool_limit"`
}
Database configuration options for connection to a pulp database. Duplicated of tangy.Database.
type Server ¶
type Server struct {
Url string `mapstructure:"url"`
Username string `mapstructure:"username"`
Password string `mapstructure:"password"`
StorageType string `mapstructure:"storage_type"`
DownloadPolicy string `mapstructure:"download_policy"`
}
Server configuration options for connecting to a pulp server
Click to show internal directories.
Click to hide internal directories.