mysql

package
v0.0.0-...-0f91579 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Mode

type Mode interface {
	String() string
}

type Parameter

type Parameter interface {
	// GetConfig gets the configuration of Parameter
	GetConfig(v *version.Version, mode ...Mode) ([]byte, error)
	// WriteConfig writes the configuration to the specified file
	WriteConfig(configPath string, data []byte) error
	// Marshal marshals the Parameter to json bytes
	Marshal() ([]byte, error)
	// Unmarshal unmarshals the specified json bytes to Parameter
	Unmarshal(b []byte) error
}

Jump to

Keyboard shortcuts

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