alias-fqdn #9
@ -12,5 +12,8 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func New(ctx context.Context, storageService storage.StorageService) remote.AccountService {
|
func New(ctx context.Context, storageService storage.StorageService) remote.AccountService {
|
||||||
return &httpremote.HTTPAccountService{}
|
return &httpremote.HTTPAccountService{
|
||||||
|
SS: storageService,
|
||||||
|
UseApi: false,
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user