package context import "github.com/gogf/gf/os/gcache" // Config for user type Config struct { AppID string AppSecret string Token string EncodingAESKey string Cache *gcache.Cache }