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