package
Version:
v0.0.0-...-5ce525d
Opens a new window with list of versions in this module.
Published: Aug 24, 2016
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Idx int `json:"user_idx"`
Users []*UserInfo `json:"users"`
}
get current user from config
remove current user from config
switch user by user's appkey from config
update user info in config
type UserInfo struct {
AppKey string `json:"app_key"`
AppSecret string `json:"app_secret"`
Token string `json:"token"`
ExpiresIn uint64 `json:"expires_in"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.