chore(storage): minor refactoring

- Unexport `SyncServers`
- Re-generate mock file
- Remove single use function
This commit is contained in:
Quentin McGaw
2022-05-28 22:51:19 +00:00
parent b345368257
commit 8e1316bd8a
8 changed files with 64 additions and 65 deletions

View File

@@ -0,0 +1,3 @@
package storage
//go:generate mockgen -destination=mocks_test.go -package $GOPACKAGE . Infoer