allow using ipfs for retrieval

Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
This commit is contained in:
Ignacio Hagopian
2020-05-28 22:11:49 +02:00
committed by Łukasz Magiera
parent de3edc2ec7
commit 0af7cd1448
3 changed files with 23 additions and 29 deletions
+3 -2
View File
@@ -62,8 +62,9 @@ type Metrics struct {
}
type Client struct {
UseIpfs bool
RemoteIpfsMAddr string
UseIpfs bool
IpfsMAddr string
IpfsUseForRetrieval bool
}
func defCommon() Common {