Skip to content

Commit

Permalink
Merge pull request #9208 from gyuho/fix-godoc-snapshot
Browse files Browse the repository at this point in the history
snapshot: fix "Save" godoc description
  • Loading branch information
gyuho committed Jan 23, 2018
2 parents 2e85b6c + c1519e5 commit 8025082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapshot/v3_snapshot.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import (

// Manager defines snapshot methods.
type Manager interface {
// Save fetches snapshot from specified client's endpoints and saves to target path.
// Save fetches snapshot from remote etcd server and saves data to target path.
// If the context "ctx" is canceled or timed out, snapshot save stream will error out
// (e.g. context.Canceled, context.DeadlineExceeded).
Save(ctx context.Context, dbPath string) error
Expand Down

0 comments on commit 8025082

Please sign in to comment.