config

package
v1.107.0 Latest Latest
Warning

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

Go to latest
Published: May 26, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	*client.Config `yaml:",inline" json:",inline" toml:",inline"`
	Migrate        *Migrate `yaml:"migrate,omitempty" json:"migrate,omitempty" toml:"migrate,omitempty"`
}

Config for client.

type Migrate added in v1.104.0

type Migrate struct {
	Database string `yaml:"database,omitempty" json:"database,omitempty" toml:"database,omitempty"`
	Version  uint64 `yaml:"version,omitempty" json:"version,omitempty" toml:"version,omitempty"`
}

Migrate the client.

Jump to

Keyboard shortcuts

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