MCPcopy Create free account

hub / github.com/aa12gq/goxenith / types & classes

Types & classes56 in github.com/aa12gq/goxenith

StructAliyun
Aliyun 实现 sms.Driver interface
pkg/sms/driver_aliyun.go:10
StructArticle
app/models/schema/article.go:13
StructArticleController
app/http/controllers/api/v1/article_controller.go:30
StructBaseAPIController
app/http/controllers/api/v1/base_api_controller.go:3
StructBaseTime
pkg/model/base_model.go:26
StructCacheService
pkg/cache/cache.go:12
StructCaptcha
pkg/captcha/captcha.go:11
StructCategory
app/http/controllers/api/v1/category_controller.go:17
StructCategory
Category 分类
app/models/schema/category.go:14
StructCategoryController
app/http/controllers/api/v1/category_controller.go:42
StructCategoryTree
app/http/controllers/api/v1/category_controller.go:37
StructCategoryTreeNode
app/http/controllers/api/v1/category_controller.go:26
StructComment
app/models/schema/comment.go:12
StructCommentController
app/http/controllers/api/v1/comment_controller.go:22
FuncTypeConfigFunc
func() map[string]interface{}
pkg/config/config.go:14
StructDAO
dao/dao.go:15
InterfaceDriver
pkg/sms/driver_interface.go:3
InterfaceDriver
pkg/mail/driver_interface.go:3
StructEmail
pkg/mail/mail.go:13
StructEntMigrateOptions
EntMigrateOptions 使用entgo orm框架进行migrate的配置选项
pkg/model/base_model.go:32
StructEntMixinTimeJsonHelper
EntMixinTimeJsonHelper 重构create_at, update_at, delete_at, json序列化时的字段名.
pkg/model/ent_mixin_time_json_helper.go:13
InterfaceEntSchema
EntSchema 适配entgo生成的Schema对象
pkg/model/ent_schema.go:11
StructEntityStatMixin
pkg/model/ent_mixin.go:15
StructFrom
pkg/mail/mail.go:8
StructImage
Image 附件信息(json)字段数据结构,用于保存各种记录的附件信息
pkg/model/base_model.go:50
StructImageController
app/http/controllers/api/v1/image_controller.go:17
TypeAliasImages
Images 封装用于底层sql scan接口. 例如: var Image []*Image row, _ := db.QueryRow("select Image from article") row.Scan(&Image)
pkg/model/base_model.go:63
StructJWT
JWT 定义一个jwt对象
pkg/auth/jwt.go:27
StructJWTCustomClaims
JWTCustomClaims 自定义载荷
pkg/auth/jwt.go:37
StructLikeRecord
app/models/schema/like_record.go:13
StructLink
app/models/schema/link.go:9
StructLinksController
app/http/controllers/api/v1/links_controller.go:15
StructLoginController
app/http/controllers/api/v1/auth/login_controller.go:18
StructMailer
pkg/mail/mail.go:23
StructMessage
Message 短信结构体
pkg/sms/sms.go:9
StructMigrateOptions
app/models/migrate.go:11
StructModel
pkg/model/base_model.go:12
StructModel
app/cmd/make/make.go:14
StructOssConfig
pkg/oss/oss.go:7
StructRedisClient
RedisClient Redis 服务
pkg/redis/redis.go:12
StructRedisStore
RedisStore 实现 cache.Store interface
pkg/cache/store_redis.go:10
StructRedisStore
RedisStore 实现 base64Captcha.Store interface
pkg/captcha/store_redis.go:12
StructRedisStore
RedisStore 实现 verifycode.Store interface
pkg/verifycode/store_redis.go:11
StructSMS
SMS 发送短信的操作类
pkg/sms/sms.go:17
StructSMTP
SMTP 实现 email.Driver interface
pkg/mail/driver_smtp.go:12
StructSignupController
app/http/controllers/api/v1/auth/signup_controller.go:18
StructSoftDelete
SoftDelete 自身表有id的可以内嵌该结构体实现软删除
pkg/model/base_model.go:21
InterfaceStore
pkg/cache/store_interface.go:5
InterfaceStore
pkg/verifycode/store_interface.go:3
StructUser
User holds the schema definition for the User entity.
app/models/schema/user.go:12
StructUserUpdateAvatarRequest
app/requests/image_request.go:9
StructUsersController
app/http/controllers/api/v1/users_controller.go:22
FuncTypeValidatorFunc
func(interface{}, *gin.Context) map[string][]string
app/requests/requests.go:10
StructVerifyCode
pkg/verifycode/verifycode.go:16
StructVerifyCodeController
app/http/controllers/api/v1/auth/verify_code_controller.go:14
StructresponseBodyWriter
app/http/middlewares/logger.go:14