Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IService ¶
type IService interface {
// GetApp 获取app
GetApp(appID string) (*Resp, error)
// 创建app
CreateApp(r Req) (*Resp, error)
// DeleteApp 删除app(Bot 创建失败时的补偿清理)
DeleteApp(appID string) error
}
IService 服务接口
Click to show internal directories.
Click to hide internal directories.