Removing the 'Message' field

This commit is contained in:
vishalnayak
2016-03-04 08:40:13 -05:00
parent 5b9ef4ec2e
commit a7cfc9cc7a
4 changed files with 7 additions and 17 deletions

View File

@@ -44,6 +44,5 @@ func (c *Sys) Capabilities(token, path string) (*CapabilitiesResponse, error) {
}
type CapabilitiesResponse struct {
Message string `json:"message"`
Capabilities []string `json:"capabilities"`
}