Documentation ¶
Index ¶
Constants ¶
View Source
const ( // WSPingInterval controls the WebSocket keepalive pinging interval. Must be >= 1s. WSPingInterval = time.Second * 5 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { WalletInitialFunds big.Int IpfsAPIAddr ma.Multiaddr LotusAddress ma.Multiaddr LotusAuthToken string LotusMasterAddr string AutocreateMasterAddr bool FFSUseMasterAddr bool Devnet bool GatewayBasePath string GrpcHostNetwork string GrpcHostAddress ma.Multiaddr GrpcServerOpts []grpc.ServerOption GrpcWebProxyAddress string RepoPath string GatewayHostAddr string MaxMindDBFolder string MongoURI string MongoDB string }
Config specifies server settings.
Click to show internal directories.
Click to hide internal directories.