Documentation ¶
Index ¶
- type BaseConf
- type Config
- type Contact
- type InitInfo
- type Msg
- type MsgList
- type RawBody
- type Ret
- type SyncInfo
- type SyncKey
- type UserConf
- type WeChat
- func (wc *WeChat) GenQrCode(uuid string) (err error)
- func (wc *WeChat) Get(url string, param map[string]string) (ret string, err error)
- func (wc *WeChat) GetGroupMemberInfo(groups []string) (err error)
- func (wc *WeChat) GetUuid() string
- func (wc *WeChat) Getcontact() (err error)
- func (wc *WeChat) HttpApiServe() (err error)
- func (wc *WeChat) Init(redirect string) (err error)
- func (wc *WeChat) LoadConf(file string) (err error)
- func (wc *WeChat) MakeClient() (c *http.Client, err error)
- func (wc *WeChat) Post(url string, param url.Values) (ret string, err error)
- func (wc *WeChat) PostJson(url string, param RawBody) (ret string, err error)
- func (wc *WeChat) Proc(msg Msg) (err error)
- func (wc *WeChat) Run()
- func (wc *WeChat) SaveConf() (err error)
- func (wc *WeChat) Sync(syncInfo chan SyncInfo)
- func (wc *WeChat) WaitForLogin(uuid string) (redirect string, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WeChat ¶
type WeChat struct {
// contains filtered or unexported fields
}
func (*WeChat) GetGroupMemberInfo ¶
func (*WeChat) Getcontact ¶
func (*WeChat) HttpApiServe ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.