config

package
v1.6.8 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2024 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AskExportConfig

func AskExportConfig(opts *ExportOptions) error

func AskImportConfig

func AskImportConfig(opts *ImportOptions) error

func ValidateExportConfigFlags

func ValidateExportConfigFlags(opts ExportOptions) error

func ValidateImportConfigFlags

func ValidateImportConfigFlags(opts *ImportOptions) error

Types

type ExportOptions

type ExportOptions struct {
	Config config.IConfig
	IO     *iostreams.IOStreams

	ExistingIndices []string
	Indice          string
	Scope           []string
	Directory       string

	SearchClient func() (*search.Client, error)
}

type ImportConfigJson

type ImportConfigJson struct {
	Settings *search.Settings `json:"settings,omitempty"`
	Rules    []search.Rule    `json:"rules,omitempty"`
	Synonyms []Synonym        `json:"synonyms,omitempty"`
}

type ImportOptions

type ImportOptions struct {
	Config config.IConfig
	IO     *iostreams.IOStreams

	SearchClient func() (*search.Client, error)

	ImportConfig ImportConfigJson

	Indice                string
	FilePath              string
	Scope                 []string
	ClearExistingSynonyms bool
	ClearExistingRules    bool

	ForwardSettingsToReplicas bool
	ForwardSynonymsToReplicas bool
	ForwardRulesToReplicas    bool

	DoConfirm bool
}

type Synonym

type Synonym struct {
	Type                                string
	ObjectID, Word, Input, Placeholder  string
	Corrections, Synonyms, Replacements []string
}

Jump to

Keyboard shortcuts

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