Discover Packages
github.com/smartcontractkit/chainlink-testing-framework/framework
components
postgres
package
Version:
v0.4.1
Opens a new window with list of versions in this module.
Published: Dec 30, 2024
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
View Source
const (
User = "chainlink"
Password = "thispasswordislongenough"
Port = "5432"
ExposedStaticPort = 13000
Database = "chainlink"
DBVolumeName = "postgresql_data"
)
type Input struct {
Image string `toml:"image" validate:"required"`
Port int `toml:"port"`
Name string `toml:"name"`
VolumeName string `toml:"volume_name"`
Databases int `toml:"databases"`
JDDatabase bool `toml:"jd_database"`
PullImage bool `toml:"pull_image"`
Out *Output `toml:"out"`
}
type Output struct {
Url string `toml:"url"`
ContainerName string `toml:"container_name"`
DockerInternalURL string `toml:"docker_internal_url"`
JDUrl string `toml:"jd_url"`
JDDockerInternalURL string `toml:"jd_docker_internal_url"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.