Documentation ¶
Index ¶
- type Client
- func (cli *Client) Create(input interface{}) (int, *common.APIRsp, error)
- func (cli *Client) Delete(appID, id string) (int, *common.APIRsp, error)
- func (cli *Client) Detail(appID, id string) (int, *common.APIRsp, error)
- func (cli *Client) GetUserAPI(input commondata.ObjQueryInput) (int, *common.APIRsp, error)
- func (cli *Client) Update(input interface{}, appID, id string) (int, *common.APIRsp, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
httpClient.Client
}
func (*Client) GetUserAPI ¶
func (cli *Client) GetUserAPI(input commondata.ObjQueryInput) (int, *common.APIRsp, error)
GetUserAPI 获取user api 列表
Click to show internal directories.
Click to hide internal directories.