port

package
v0.16.0 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DBMSAdapter

type DBMSAdapter interface {
	// GetDatabases returns a list of databases available in the DBMS.
	// If the DBMS does not support this operation, it will return nil.
	// If there is no database available, it will return an empty list.
	GetDatabases() (*[]types.DB, error)
}

type DBMSHandler

type DBMSHandler interface {
	Get(c *router.Context)
	Install(c *router.Context)
}

type SqlService

type SqlService interface {
	Get(inst *types.Container) (sqltypes.DBMS, error)
	EnvCredentials(inst *types.Container, user string, pass string) (types.ContainerEnvVariables, error)
}

Jump to

Keyboard shortcuts

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