github.com/Cloud-Foundations/Dominator@v0.3.4/lib/netspeed/api.go (about)

     1  package netspeed
     2  
     3  func GetSpeedToAddress(address string) (uint64, bool) {
     4  	return getSpeedToAddress(address)
     5  }
     6  
     7  func GetSpeedToHost(hostname string) (uint64, bool) {
     8  	return getSpeedToHost(hostname)
     9  }