mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-04 12:52:27 +08:00
13 lines
217 B
Go
13 lines
217 B
Go
package context
|
|
|
|
import (
|
|
"github.com/silenceper/wechat/v2/credential"
|
|
"github.com/silenceper/wechat/v2/miniprogram/config"
|
|
)
|
|
|
|
// Context struct
|
|
type Context struct {
|
|
*config.Config
|
|
credential.AccessTokenHandle
|
|
}
|