mysql

package
v0.7.1 Latest Latest
Warning

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

Go to latest
Published: May 5, 2017 License: MPL-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DisplayNameLen       int = 10
	LegacyDisplayNameLen int = 4
	UsernameLen          int = 32
	LegacyUsernameLen    int = 16
)

Functions

func New

func New(displayLen, usernameLen int) func() (interface{}, error)

New implements builtinplugins.BuiltinFactory

func Run

func Run(apiTLSConfig *api.TLSConfig) error

Run instantiates a MySQL object, and runs the RPC server for the plugin

Types

type MySQL

func (*MySQL) CreateUser

func (m *MySQL) CreateUser(statements dbplugin.Statements, usernamePrefix string, expiration time.Time) (username string, password string, err error)

func (*MySQL) RenewUser

func (m *MySQL) RenewUser(statements dbplugin.Statements, username string, expiration time.Time) error

NOOP

func (*MySQL) RevokeUser

func (m *MySQL) RevokeUser(statements dbplugin.Statements, username string) error

func (*MySQL) Type

func (m *MySQL) Type() (string, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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