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) }
IService 服务接口
Click to show internal directories.
Click to hide internal directories.