handler

package
v0.1.24 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2021 License: CC0-1.0, CC0-1.0, CC0-1.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 Interface

type Interface interface {
	// DriverName returns the driver name associated with this handler.
	DriverName() string
	// ToDataSource returns the data source string for the given database name and app name. The handler is free to use sensible default values if any of the arguments are empty.
	ToDataSource(dbName string, appName string) (string, error)
}

Interface is the interface satisfied by handlers

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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