context.go 142 B

12345678910
  1. package context
  2. import (
  3. "github.com/silenceper/wechat/v2/openplatform/config"
  4. )
  5. // Context struct
  6. type Context struct {
  7. *config.Config
  8. }