Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Apr 15, 2025. It is now read-only.
/vulcanizerPublic archive

Commit026716e

Browse files
committed
fix: added docstring
1 parent309cd67 commit026716e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎es.go‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,6 +1174,9 @@ func (c *Client) SnapshotAllIndices(repository string, snapshot string) error {
11741174
returnerr
11751175
}
11761176

1177+
// Take a snapshot of all indices on the cluster to the given repository with body params
1178+
//
1179+
// Use case: You want to backup all of the indices on the cluster to the given repository with body params
11771180
func (c*Client)SnapshotAllIndicesWithBodyParams(repositorystring,snapshotstring,bodyParamsmap[string]interface{})error {
11781181
ifrepository=="" {
11791182
returnerrors.New("empty string for repository is not allowed")

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp