Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiService ¶
type ApiService struct { *webclient.WebClient `json:"-"` AuthHeaderToken string ApiKey string WebBashPath string }
func NewApiService ¶
func NewApiService() *ApiService
func (*ApiService) Get ¶
func (this *ApiService) Get(web *webmsg.WebMsg) *basedto.IchubResult
func (*ApiService) Get2PageResult ¶
func (this *ApiService) Get2PageResult(web *webmsg.WebMsg) *page.PageResult
func (*ApiService) Post ¶
func (this *ApiService) Post(web *webmsg.WebMsg) *basedto.IchubResult
func (*ApiService) PostPageResult ¶
func (this *ApiService) PostPageResult(web *webmsg.WebMsg) *page.PageResult
Click to show internal directories.
Click to hide internal directories.