Rename Dump to Sync

This commit is contained in:
Asim Aslam
2019-10-03 09:56:25 +01:00
parent a9c85eda68
commit b5f33b2aaa
4 changed files with 5 additions and 5 deletions

View File

@@ -16,8 +16,8 @@ var (
type Store interface {
// embed options
options.Options
// Dump the known records
Dump() ([]*Record, error)
// Sync all the known records
Sync() ([]*Record, error)
// Read a record with key
Read(key string) (*Record, error)
// Write a record