alloydb

package
v1.10.0 Latest Latest
Warning

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

Go to latest
Published: May 15, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dialer

type Dialer interface {
	// Dial returns a connection to the specified instance.
	Dial(ctx context.Context, inst string, opts ...alloydbconn.DialOption) (net.Conn, error)

	io.Closer
}

Dialer dials an AlloyDB instance.

type Logger added in v0.4.0

type Logger interface {
	// Debugf is for reporting additional information about internal operations.
	Debugf(format string, args ...interface{})
	// Infof is for reporting informational messages.
	Infof(format string, args ...interface{})
	// Errorf is for reporting errors.
	Errorf(format string, args ...interface{})
}

Logger is the interface used throughout the project for logging.

Jump to

Keyboard shortcuts

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