package
Version:
v0.0.4
Opens a new window with list of versions in this module.
Published: Feb 23, 2022
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
¶
type OpenapiTokenResult struct {
Code string `json:"code"`
Msg string `json:"msg"`
Data struct {
AccessToken string `json:"accessToken"`
ExpireTime int64 `json:"expireTime"`
} `json:"data"`
}
type Tenant struct {
Id int64 `json:"id"`
Name string `json:"name"`
Namespace string `json:"namespace"`
Type int64 `json:"type"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.