package
Version:
v0.0.0-...-37b5536
Opens a new window with list of versions in this module.
Published: Dec 22, 2023
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Credentials struct {
Database []Database `json:"Database"`
}
type Database struct {
Name string `json:"name"`
Type string `json:"type"`
Username string `json:"username"`
Password string `json:"password"`
Instance string `json:"instance"`
Database string `json:"database"`
IsLocal bool `json:"islocal"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.