The highest tagged major version is
v2.
package
Version:
v1.1.2
Opens a new window with list of versions in this module.
Published: Feb 24, 2020
License: MIT
Opens a new window with license information.
Imports: 24
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
interface for backend handler
type OCSGroupsResponse struct {
Ocs struct {
Meta struct {
Message interface{} `json:"message"`
Statuscode int `json:"statuscode"`
Status string `json:"status"`
} `json:"meta"`
Data struct {
Groups []string `json:"groups"`
} `json:"data"`
} `json:"ocs"`
}
type OCSUsersResponse struct {
Ocs struct {
Data struct {
Users []string `json:"users"`
} `json:"data"`
Meta struct {
Statuscode int `json:"statuscode"`
Message interface{} `json:"message"`
Status string `json:"status"`
} `json:"meta"`
} `json:"ocs"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.