Documentation ¶
Index ¶
- func Add(cfg *iqshell.Config, info AddInfo)
- func Change(cfg *iqshell.Config, info ChangeInfo)
- func Clean(cfg *iqshell.Config, info CleanInfo)
- func Current(cfg *iqshell.Config)
- func List(cfg *iqshell.Config, info ListInfo)
- func LookUp(cfg *iqshell.Config, info LookUpInfo)
- func Remove(cfg *iqshell.Config, info RemoveInfo)
- func User(cfg *iqshell.Config, info UserInfo)
- type AddInfo
- type ChangeInfo
- type CleanInfo
- type ListInfo
- type LookUpInfo
- type RemoveInfo
- type UserInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Change ¶
func Change(cfg *iqshell.Config, info ChangeInfo)
func LookUp ¶
func LookUp(cfg *iqshell.Config, info LookUpInfo)
func Remove ¶
func Remove(cfg *iqshell.Config, info RemoveInfo)
Types ¶
type ChangeInfo ¶
type ChangeInfo struct {
Name string
}
ChangeInfo 切换账户
func (*ChangeInfo) Check ¶
func (info *ChangeInfo) Check() *data.CodeError
type LookUpInfo ¶
type LookUpInfo struct {
Name string
}
LookUpInfo 查找某个用户
func (*LookUpInfo) Check ¶
func (info *LookUpInfo) Check() *data.CodeError
type RemoveInfo ¶
type RemoveInfo struct {
Name string
}
func (*RemoveInfo) Check ¶
func (info *RemoveInfo) Check() *data.CodeError
Click to show internal directories.
Click to hide internal directories.