make IPFS online mode configurable

Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
This commit is contained in:
Ignacio Hagopian
2020-10-29 15:16:45 -03:00
parent d4cdc6d334
commit 7d0f279353
4 changed files with 9 additions and 8 deletions
+1
View File
@@ -105,6 +105,7 @@ type Metrics struct {
type Client struct {
UseIpfs bool
IpfsOnlineMode bool
IpfsMAddr string
IpfsUseForRetrieval bool
}