Documentation
¶
Index ¶
Constants ¶
View Source
const DatabaseHostEnvVarIdentifier = "DATABASE_HOST"
View Source
const DatabaseNameEnvVarIdentifier = "DATABASE_NAME"
View Source
const DatabasePassEnvVarIdentifier = "DATABASE_PASSWORD"
View Source
const DatabaseUserEnvVarIdentifier = "DATABASE_USER"
View Source
const DefaultDatabaseHost = "127.0.0.1"
View Source
const DefaultDatabaseName = "refactory"
View Source
const DefaultDatabasePass = "postgres"
View Source
const DefaultDatabaseUser = "postgres"
View Source
const DefaultModelConfigPath = "models"
View Source
const DefaultPythonPath = "/usr/bin/python3"
View Source
const ModelConfigPathEnvVarIdentifier = "MODELS_PATH"
View Source
const PythonPathEnvVarIdentifier = "PYTHON_PATH"
View Source
const RepoPathEnvVarIdentifier = "CI_PROJECT_DIR"
View Source
const SSHPrivateKeyPathEnvVarIdentifier = "SSH_PRIVATE_KEY_PATH"
View Source
const SSHPublicKeyPathEnvVarIdentifier = "SSH_PUBLIC_KEY_PATH"
Variables ¶
This section is empty.
Functions ¶
func DBConnectionString ¶
func DBConnectionString() string
func ModelConfigPath ¶
func ModelConfigPath() string
func PythonPath ¶
func PythonPath() string
func SSHPrivateKeyPath ¶
func SSHPrivateKeyPath() string
func SSHPublicKeyPath ¶
func SSHPublicKeyPath() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.