Compare commits
1 Commits
v0.3.0-alp
...
v0.3.1-alp
Author | SHA1 | Date | |
---|---|---|---|
7b670947c3
|
4
api.go
4
api.go
@ -429,3 +429,7 @@ func (a *Agate) GetRemoteSnapshot(ctx context.Context, address string, snapshotI
|
|||||||
a.options.Logger.Printf("Successfully imported remote snapshot %s", snapshotID)
|
a.options.Logger.Printf("Successfully imported remote snapshot %s", snapshotID)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (a *Agate) GetCurrentSnapshotID() string {
|
||||||
|
return a.currentSnapshotID
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user