package
Version:
v1.0.40
Opens a new window with list of versions in this module.
Published: Nov 13, 2025
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AWS struct {
Region string `yaml:"region"`
KeyID string `yaml:"key_id"`
Secret string `yaml:"secret"`
Bucket string `yaml:"bucket"`
}
type DB struct {
Name string `yaml:"name"`
Host string `yaml:"host"`
Port string `yaml:"port"`
User string `yaml:"user"`
Password string `yaml:"pswd"`
Params string `yaml:"params"`
Driver string `yaml:"driver"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.