Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// 服务实例
ChannelService service.ChannelService
// contains filtered or unexported fields
}
Client 主客户端结构
type Config ¶
type Config struct {
BaseURL string
AccessToken string
Timeout time.Duration
RetryCount int
Debug bool
}
Config 客户端配置
Click to show internal directories.
Click to hide internal directories.