mysql

package
v0.0.0-...-1177f2c Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Rotate

func Rotate(ctx context.Context, request MysqlRotateParams) error

Types

type MysqlRotateParams

type MysqlRotateParams struct {
	Host     string `json:"host"`
	Port     int    `json:"port"`
	Database string `json:"database"`

	ManagingUser MysqlUser `json:"managingUser"`
	RotateUser   MysqlUser `json:"rotateUser"`
}

type MysqlUser

type MysqlUser struct {
	Username    string  `json:"username"`
	Password    string  `json:"password"`
	NewPassword *string `json:"newPassword"`
}

Jump to

Keyboard shortcuts

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