1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-04 21:02:25 +08:00
Files
wechat/openplatform/context/context.go
2020-01-21 16:36:34 +08:00

11 lines
139 B
Go

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