types

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: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ErrCodeSQLDatabaseNotFound                   router.ErrCode = "sql_database_not_found"
	ErrCodeFailedToConfigureSQLDatabaseContainer router.ErrCode = "failed_to_configure_sql_database_container"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type DB

type DB struct {
	Name string `json:"name"`
}

type DBMS

type DBMS struct {
	Username  string `json:"username"`
	Password  string `json:"password"`
	Databases *[]DB  `json:"databases,omitempty"`
}

Jump to

Keyboard shortcuts

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