Skip to content

Commit

Permalink
snapshot: fix "Save" godoc description
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
  • Loading branch information
gyuho committed Jan 23, 2018
1 parent 2e85b6c commit c1519e5
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 c1519e5

Please sign in to comment.