Compare commits

..

No commits in common. "526dc822fbe478257573425de48dc870e8c2c80c" and "99d03e3bc90b65380edb7d673e067c77e3f07a6e" have entirely different histories.

View File

@ -11,6 +11,6 @@ import (
"git.grassecon.net/grassrootseconomics/visedriver/storage"
)
func New(ctx context.Context, storageService storage.StorageService) remote.AccountService {
func New(ctx context.Context, storageService storage.StorageService, conn storage.ConnData) remote.AccountService {
return &httpremote.HTTPAccountService{}
}