Discover Packages
github.com/dollarkillerx/inventory
internal
conf
package
Version:
v0.0.0-...-a5e1bbd
Opens a new window with list of versions in this module.
Published: Mar 26, 2023
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type OSSConf struct {
Bucket string `json:"bucket"`
Region string `json:"region"`
Url string `json:"url"`
SecretID string `json:"secret_id"`
SecretKey string `json:"secret_key"`
}
type PgSQLConfig struct {
Host string `json:"host"`
User string `json:"user"`
Password string `json:"password"`
DbName string `json:"db_name"`
Port int `json:"port"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.