types

package
v0.0.0-...-9ca7e33 Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2024 License: Apache-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 DBMS

type DBMS string
const (
	Postgres DBMS = "postgres"
	Mysql    DBMS = "mysql"
)

type DaemonOpts

type DaemonOpts struct {
	APIURL      string
	Token       string
	Environment string

	DBMS DBMS

	LiveConnectionURI string
	DatabaseName      string

	BindAddress string
	BindPort    float64

	UpstreamAddress string
	UpstreamPort    float64
}

Jump to

Keyboard shortcuts

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