Added first groups implementation

This commit is contained in:
2018-07-09 12:53:53 +02:00
parent ee9ef934a4
commit b1fadec550
5 changed files with 127 additions and 30 deletions

View File

@ -41,7 +41,7 @@ type UserResponse struct {
} `json:"ocs"`
}
type SubAdminResponse struct {
type BaseResponse struct {
Ocs struct {
Meta struct {
Status string `json:"status"`