Documentation ¶
Index ¶
- type Cache
- type Client
- func (c *Client) MiniProgram(group string) *miniprogram.MiniProgram
- func (c *Client) OfficialAccount(group string) *officialaccount.OfficialAccount
- func (c *Client) OpenPlatform(group string) *openplatform.OpenPlatform
- func (c *Client) SetMiniProgram(group string, cfg *programConfig.Config) *Client
- func (c *Client) SetOfficialAccount(group string, cfg *officialConfig.Config) *Client
- func (c *Client) SetOpenPlatform(group string, cfg *openConfig.Config) *Client
- type Proxy
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { *wechat.Wechat // contains filtered or unexported fields }
Client --
func (*Client) MiniProgram ¶
func (c *Client) MiniProgram(group string) *miniprogram.MiniProgram
MiniProgram 获取实例
func (*Client) OfficialAccount ¶
func (c *Client) OfficialAccount(group string) *officialaccount.OfficialAccount
OfficialAccount 获取实例
func (*Client) OpenPlatform ¶
func (c *Client) OpenPlatform(group string) *openplatform.OpenPlatform
OfficialAccount 获取实例
func (*Client) SetMiniProgram ¶
func (c *Client) SetMiniProgram(group string, cfg *programConfig.Config) *Client
SetMiniProgram 实例化
func (*Client) SetOfficialAccount ¶
func (c *Client) SetOfficialAccount(group string, cfg *officialConfig.Config) *Client
SetOfficialAccount 实例化
func (*Client) SetOpenPlatform ¶
func (c *Client) SetOpenPlatform(group string, cfg *openConfig.Config) *Client
SetOpenPlatform 实例化
type Proxy ¶
type Proxy struct {
// contains filtered or unexported fields
}
Proxy 代理
func (*Proxy) SetNameSpace ¶
SetNameSpace 设置组
Click to show internal directories.
Click to hide internal directories.