Separate lower-level API into separate packages.

This commit is contained in:
John Beisley
2013-10-06 13:23:11 +01:00
parent e8e520e578
commit 914072fdd8
7 changed files with 23 additions and 64 deletions

View File

@ -89,7 +89,7 @@ func main() {
}
}
srvClient := goupnp.NewSOAPClient(srv.ControlURL.URL)
srvClient := srv.NewSOAPClient()
{
inAction := GetExternalIPAddressRequest{XMLName: xml.Name{Space: goupnp.ServiceTypeWANPPPConnection, Local: "GetExternalIPAddress"}}