Documentation
¶
Index ¶
Constants ¶
View Source
const ( TmpImageName = "jd-local" GRPCPort string = "42242" CSAEncryptionKey string = "!PASsword000!" WSRPCPort string = "8080" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Input ¶
type Input struct { Image string `toml:"image"` GRPCPort string `toml:"grpc_port"` WSRPCPort string `toml:"wsrpc_port"` CSAEncryptionKey string `toml:"csa_encryption_key"` DockerFilePath string `toml:"docker_file"` DockerContext string `toml:"docker_ctx"` JDSQLDumpPath string `toml:"jd_sql_dump_path"` DBInput *postgres.Input `toml:"db"` Out *Output `toml:"out"` }
type Output ¶
type Output struct { UseCache bool `toml:"use_cache"` ContainerName string `toml:"container_name"` DBContainerName string `toml:"db_container_name"` ExternalGRPCUrl string `toml:"grpc_url"` InternalGRPCUrl string `toml:"internal_grpc_url"` ExternalWSRPCUrl string `toml:"wsrpc_url"` InternalWSRPCUrl string `toml:"internal_wsrpc_url"` }
Click to show internal directories.
Click to hide internal directories.