Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2022-01-26 20:04:43 +00:00
parent 0aca22c769
commit 3cb3b40901
27 changed files with 1220 additions and 1220 deletions

View File

@@ -24,7 +24,7 @@ type SearchService struct {
client *client.Client
}
// Create a search index by name
// Create an index by name
func (t *SearchService) CreateIndex(request *CreateIndexRequest) (*CreateIndexResponse, error) {
rsp := &CreateIndexResponse{}
@@ -32,7 +32,7 @@ func (t *SearchService) CreateIndex(request *CreateIndexRequest) (*CreateIndexRe
}
// Delete an index.
// Delete an index by name
func (t *SearchService) DeleteIndex(request *DeleteIndexRequest) (*DeleteIndexResponse, error) {
rsp := &DeleteIndexResponse{}