package
Version:
v1.123.0
Opens a new window with list of versions in this module.
Published: Jun 24, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
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 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.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.