MCPcopy Create free account
hub / github.com/algolia/cli / IndexConfigImportHandler

Struct IndexConfigImportHandler

pkg/cmd/shared/handler/flags_handler.go:62–64  ·  view source on GitHub ↗

`indices config import`

Source from the content-addressed store, hash-verified

60
61// `indices config import`
62type IndexConfigImportHandler struct {
63 Opts *config.ImportOptions
64}
65
66func (handler IndexConfigImportHandler) Validate() error {
67 return config.ValidateImportConfigFlags(handler.Opts)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected