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 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
Click to show internal directories.
Click to hide internal directories.