package
Version:
v0.0.21
Opens a new window with list of versions in this module.
Published: Mar 29, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func JsonResponse(msg interface{})
type LoginResponse struct {
Users []struct {
Token string `json:"token"`
ExpiresAfter string `json:"expires_after"`
} `json:"users"`
Meta Meta `json:"meta"`
}
type Meta struct {
Version string `json:"version"`
APIStatus string `json:"api_status"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.