allow using ipfs for retrieval
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
This commit is contained in:
committed by
Łukasz Magiera
parent
de3edc2ec7
commit
0af7cd1448
+3
-2
@@ -62,8 +62,9 @@ type Metrics struct {
|
||||
}
|
||||
|
||||
type Client struct {
|
||||
UseIpfs bool
|
||||
RemoteIpfsMAddr string
|
||||
UseIpfs bool
|
||||
IpfsMAddr string
|
||||
IpfsUseForRetrieval bool
|
||||
}
|
||||
|
||||
func defCommon() Common {
|
||||
|
||||
Reference in New Issue
Block a user