`indices config import`
| 60 | |
| 61 | // `indices config import` |
| 62 | type IndexConfigImportHandler struct { |
| 63 | Opts *config.ImportOptions |
| 64 | } |
| 65 | |
| 66 | func (handler IndexConfigImportHandler) Validate() error { |
| 67 | return config.ValidateImportConfigFlags(handler.Opts) |
nothing calls this directly
no outgoing calls
no test coverage detected