configs

package
v0.10.3-0...-0f4d3ef Latest Latest
Warning

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

Go to latest
Published: Feb 12, 2025 License: Apache-2.0 Imports: 5 Imported by: 3

Documentation

Index

Constants

View Source
const (
	RunCmd      = "run"
	BackupCmd   = "backup"
	RollbackCmd = "rollback"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	*RunConfig
	*MilvusConfig
	// contains filtered or unexported fields
}

func NewConfig

func NewConfig(yamlFile string) *Config

type MilvusConfig

type MilvusConfig struct {
	MetaStoreCfg *paramtable.MetaStoreConfig
	EtcdCfg      *paramtable.EtcdConfig
}

func (*MilvusConfig) String

func (c *MilvusConfig) String() string

type RunConfig

type RunConfig struct {
	Cmd            string
	RunWithBackup  bool
	SourceVersion  string
	TargetVersion  string
	BackupFilePath string
	// contains filtered or unexported fields
}

func (*RunConfig) String

func (c *RunConfig) String() string

Jump to

Keyboard shortcuts

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