Documentation ¶
Overview ¶
Package qplay is a generated QPlay package.
Index ¶
Constants ¶
View Source
const ( ServiceURN = "urn:schemas-upnp-org:service:QPlay:1" EncodingSchema = "http://schemas.xmlsoap.org/soap/encoding/" EnvelopeSchema = "http://schemas.xmlsoap.org/soap/envelope/" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QPlayAuthArgs ¶
type QPlayAuthResponse ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(opts ...ServiceOption) *Service
func (*Service) ControlEndpoint ¶
func (*Service) EventEndpoint ¶
func (*Service) ParseEvent ¶
func (*Service) QPlayAuth ¶
func (s *Service) QPlayAuth(args *QPlayAuthArgs) (*QPlayAuthResponse, error)
type ServiceOption ¶
type ServiceOption func(*Service)
func WithClient ¶
func WithClient(c *http.Client) ServiceOption
func WithLocation ¶
func WithLocation(u *url.URL) ServiceOption
Click to show internal directories.
Click to hide internal directories.