Moved responses package and started getMusicFolders endpoint
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package responses
|
||||
|
||||
import "encoding/xml"
|
||||
|
||||
type License struct {
|
||||
XMLName xml.Name `xml:"license"`
|
||||
Valid bool `xml:"valid,attr"`
|
||||
}
|
||||
Reference in New Issue
Block a user