github.com/keltia/go-ipfs@v0.3.8-0.20150909044612-210793031c63/repo/config/addresses.go (about)

     1  package config
     2  
     3  // Addresses stores the (string) multiaddr addresses for the node.
     4  type Addresses struct {
     5  	Swarm   []string // addresses for the swarm network
     6  	API     string   // address for the local API (RPC)
     7  	Gateway string   // address to listen on for IPFS HTTP object gateway
     8  }