hotime/vendor/github.com/silenceper/wechat/v2/officialaccount/context/context.go
2022-05-24 13:49:25 +08:00

13 lines
221 B
Go

package context
import (
"github.com/silenceper/wechat/v2/credential"
"github.com/silenceper/wechat/v2/officialaccount/config"
)
// Context struct
type Context struct {
*config.Config
credential.AccessTokenHandle
}