mysql

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2023 License: MPL-2.0 Imports: 13 Imported by: 0

Documentation

Overview

Package mysql implements a concrete implementation of the Employee meta interface using the go database driver and mysql. This package is expected to be used in situations where concurrency AND scale is needed.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

Types

type Owner

type Owner interface {
	//Initialize will configure and prepare the underlying pointer to
	// execute its business logic
	Initialize(config *internal_mysql.Configuration) (err error)
}

Jump to

Keyboard shortcuts

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