const UserAgentMachine = "Machine"
func GetInternalIP(ifaceName string) (string, error)
func HttpMachineGet(client *http.Client, host string, headers []Header) (*http.Response, error)
func IsolateIPFromPort(ip string) string
type ErrorHttpCannotCreateRequest struct{}
func (e ErrorHttpCannotCreateRequest) Error() string
type Header struct { Field string Payload string }
type IPError struct{}
func (e IPError) Error() string