ipfs-chromium
Loading...
Searching...
No Matches
include
ipfs_client
ctx
default_gateways.h
1
#ifndef CHROMIUM_IPFS_GATEWAYS_H_
2
#define CHROMIUM_IPFS_GATEWAYS_H_
3
4
namespace
ipfs::ctx {
5
class
GatewayConfig;
6
7
bool
LoadGatewaysFromEnvironmentVariable(GatewayConfig&);
8
void
LoadStaticGatewayList(GatewayConfig&);
9
10
}
// namespace ipfs
11
12
#endif
// CHROMIUM_IPFS_GATEWAYS_H_
Generated by
1.9.8