package
Version:
v0.0.0-...-240a861
Opens a new window with list of versions in this module.
Published: Jun 23, 2021
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DatabaseSecrets struct {
Username string `json:"username"`
Password string `json:"password"`
Host string `json:"host"`
Port int `json:"port"`
DbName string `json:"dbInstanceIdentifier"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.