Small fixes and removals, update discoverigd.go.

This commit is contained in:
John Beisley
2013-12-31 18:36:26 +00:00
parent 587c68769d
commit 03572e5988
6 changed files with 50 additions and 140 deletions

View File

@ -31,7 +31,7 @@ const ({{range .ServiceTypes}}
// {{$srvIdent}} is a client for UPnP SOAP service with URN "{{.URN}}".
type {{$srvIdent}} struct {
SOAPClient soap.SOAPClient
SOAPClient *soap.SOAPClient
}
{{range .SCPD.Actions}}{{/* loops over *SCPDWithURN values */}}