handler

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: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HandleFlags

func HandleFlags(handler FlagsHandler, interactive bool) error

Types

type FlagsHandler

type FlagsHandler interface {
	Validate() error
	AskAndFill() error
}

type IndexConfigExportHandler

type IndexConfigExportHandler struct {
	Opts *config.ExportOptions
}

`indices config export`

func (*IndexConfigExportHandler) AskAndFill

func (handler *IndexConfigExportHandler) AskAndFill() error

func (IndexConfigExportHandler) Validate

func (handler IndexConfigExportHandler) Validate() error

type IndexConfigImportHandler

type IndexConfigImportHandler struct {
	Opts *config.ImportOptions
}

`indices config import`

func (*IndexConfigImportHandler) AskAndFill

func (handler *IndexConfigImportHandler) AskAndFill() error

func (IndexConfigImportHandler) Validate

func (handler IndexConfigImportHandler) Validate() error

type SynonymHandler

type SynonymHandler struct {
	Flags *shared.SynonymFlags
	Cmd   *cobra.Command
}

`synonyms save`

func (*SynonymHandler) AskAndFill

func (handler *SynonymHandler) AskAndFill() error

func (SynonymHandler) Validate

func (handler SynonymHandler) Validate() error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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