Versions in this module Expand all Collapse all v1 v1.0.3 Dec 24, 2020 v1.0.0 Dec 24, 2020 Changes in this version + func CreateCA() + func NewUserGetter(id string) redis.DBGetterFunc + type AddVersion struct + func NewAddVersion() *AddVersion + func (this *AddVersion) OnRequest(ctx *gin.Context) error + func (this *AddVersion) OnResponse(result interface{}) (interface{}, error) + type DBConfig struct + func NewDBConfig() *DBConfig + func (this *DBConfig) GormDB() *gorm.DB + type EtcdConfig struct + func NewEtcdConfig() *EtcdConfig + func (this *EtcdConfig) Etcd() *clientv3.Client + type IndexController struct + Db *gorm.DB + Etcdctl *etcd.EtcdCtl + RedisSet *redis.RedisStringOperation + func NewIndexController() *IndexController + func (this *IndexController) A(ctx *gin.Context) string + func (this *IndexController) A2(ctx *gin.Context) web.Json + func (this *IndexController) B(ctx *gin.Context) web.Json + func (this *IndexController) Build(goft *web.Goft) + func (this *IndexController) C(ctx *gin.Context) web.Json + func (this *IndexController) D(ctx *gin.Context) web.Json + func (this *IndexController) E(ctx *gin.Context) web.Json + func (this *IndexController) F(ctx *gin.Context) web.Json + func (this *IndexController) F2(ctx *gin.Context) sql.SimpleQuery + func (this *IndexController) F23(ctx *gin.Context) sql.Query + func (this *IndexController) F234(ctx *gin.Context) sql.Query + func (this *IndexController) F2345(ctx *gin.Context) sql.Query + func (this *IndexController) F23456(ctx *gin.Context) web.Json + func (this *IndexController) F234567(ctx *gin.Context) web.Json + func (this *IndexController) Index(ctx *gin.Context) string + func (this *IndexController) Index2(ctx *gin.Context) string + func (this *IndexController) Name() string + func (this *IndexController) Time() + func (this *IndexController) Wike(ctx *gin.Context) string + type RedisConfig struct + func NewRedisConfig() *RedisConfig + func (this *RedisConfig) Redis() *redis.Client + type TestIn struct + func NewTestIn() *TestIn + func (this *TestIn) OnRequest(ctx *gin.Context) error + func (this *TestIn) OnResponse(result interface{}) (interface{}, error) + type TestVersion struct + func NewTest() *TestVersion + func (this *TestVersion) OnRequest(ctx *gin.Context) error + func (this *TestVersion) OnResponse(result interface{}) (interface{}, error) + type TokenCheck struct + func NewTokenCheck() *TokenCheck + func (this *TokenCheck) OnRequest(ctx *gin.Context) error + func (this *TokenCheck) OnResponse(result interface{}) (interface{}, error) + type User struct + Id string + Name string + User_id string + func NewUser() *User + type UserClaim struct + Age float64 + Uname string