package common import "errors" var ( ErrPortForwardNotSupported = errors.New("port forwarding not supported") )