config

package
v0.23.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 1, 2022 License: MPL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Runtime

type Runtime struct {
	AppID         string         `json:"app_id"`
	AppSlug       string         `json:"app_slug"`
	EnvID         string         `json:"env_id"`
	EnvName       string         `json:"env_name"`
	TraceEndpoint string         `json:"trace_endpoint"`
	SQLDatabases  []*SQLDatabase `json:"sql_databases"`
}

type SQLDatabase

type SQLDatabase struct {
	EncoreName   string `json:"encore_name"`   // the Encore name for the database
	DatabaseName string `json:"database_name"` // the actual database name as known by the SQL server.
	Host         string `json:"host"`
	User         string `json:"user"`
	Password     string `json:"password"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL