Initial QSfera import

This commit is contained in:
Курнат Андрей
2026-06-07 10:20:04 +03:00
commit 2315f25754
16485 changed files with 4826827 additions and 0 deletions
@@ -0,0 +1,14 @@
// SPDX-License-Identifier: Apache-2.0
//
// The OpenSearch Contributors require contributions made to
// this file be licensed under the Apache-2.0 license or a
// compatible open source license.
package opensearchapi
import "github.com/opensearch-project/opensearch-go/v4"
// Inspect represents the struct returned by Inspect() func, its main use is to return the opensearch.Response to the user
type Inspect struct {
Response *opensearch.Response
}