hotime/vendor/github.com/silenceper/wechat/v2/officialaccount/context/context.go

13 lines
221 B
Go
Raw Normal View History

2022-05-24 05:49:25 +00:00
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
}