package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Oct 23, 2024
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Input struct {
User string `toml:"user" validate:"required"`
Password string `toml:"password" validate:"required"`
Database string `toml:"database" validate:"required"`
Port string `toml:"port" validate:"required"`
Out *Output `toml:"out"`
}
type Output struct {
Url string `toml:"url"`
DockerInternalURL string `toml:"docker_internal_url"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.