package
Version:
v0.1.4
Opens a new window with list of versions in this module.
Published: Oct 31, 2024
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
User = "chainlink"
Password = "thispasswordislongenough"
Port = "5432"
Database = "chainlink"
Databases = 20
)
type Input struct {
Image string `toml:"image" validate:"required"`
PullImage bool `toml:"pull_image"`
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.