Documentation
¶
Index ¶
Constants ¶
View Source
const ChunkSizeBytes = 1024 * 1024 // 1 MB
Variables ¶
This section is empty.
Functions ¶
func StartAPIServer ¶
func StartAPIServer(args iface.CommonArgs, dht dht.DHT)
TODO(sakshams): Should have a shutdown channel for integration tests.
Types ¶
type ServerArgs ¶
type ServerArgs struct { iface.CommonArgs Seeds []string RandomDHTCount int DHTLogLevel string }
Click to show internal directories.
Click to hide internal directories.