init
This commit is contained in:
11
subsonic/response.go
Normal file
11
subsonic/response.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package subsonic
|
||||
|
||||
import (
|
||||
"encoding/xml"
|
||||
)
|
||||
|
||||
type Response struct {
|
||||
XMLName xml.Name `xml:"subsonic-response" json:"-"`
|
||||
Status string `xml:"status,attr" json:"status"`
|
||||
Version string `xml:"version,attr" json:"version"`
|
||||
}
|
||||
Reference in New Issue
Block a user