Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Away0x/gin_bbs
/ types & classes
Types & classes
79 in github.com/Away0x/gin_bbs
⨍
Functions
1,103
◇
Types & classes
79
↓ 416 callers
Struct
a
pkg/ginutils/jwt/jwt.go:9
↓ 52 callers
TypeAlias
ftypSig
matches !# followed by the signature
pkg/mimetype/internal/matchers/signature.go:12
↓ 26 callers
TypeAlias
shebangSig
case insensitive signature
pkg/mimetype/internal/matchers/signature.go:11
↓ 18 callers
TypeAlias
markupSig
pkg/mimetype/internal/matchers/signature.go:9
↓ 4 callers
TypeAlias
ciSig
pkg/mimetype/internal/matchers/signature.go:10
Class
taro-app/src/app.tsx:14
Class
taro-app/src/pages/user/index.tsx:6
Class
taro-app/src/pages/index/index.tsx:7
Struct
ActiveUser
ActiveUser 活跃用户
app/helpers/active_user.go:20
Class
App
taro-app/src/app.tsx:14
Struct
BaseModel
BaseModel model 基类
app/models/models.go:16
Struct
Captcha
pkg/ginutils/captcha/captcha.go:8
Struct
Category
Category 分类
app/models/category/category.go:8
Struct
ConfigOption
ConfigOption -
pkg/ginutils/ginutils.go:8
Struct
CustomClaims
CustomClaims -
app/auth/token/jwt.go:25
Struct
DimensionsOptions
DimensionsOptions -
pkg/ginutils/validate/validators.go:186
Struct
Edit
Edit -
app/requests/api/user/edit.go:13
Interface
Element
vue-admin-app/src/shims-tsx.d.ts:6
Interface
ElementClass
vue-admin-app/src/shims-tsx.d.ts:8
Struct
Errno
Errno -
pkg/errno/errno.go:8
Struct
FlashData
FlashData -
pkg/ginutils/flash/flash.go:20
Interface
IValidate
pkg/ginutils/validate/validate.go:16
Struct
Image
Image -
app/models/image/image.go:20
Class
Index
taro-app/src/pages/index/index.tsx:7
Struct
Info
Info token info
app/auth/token/token.go:11
Interface
IntrinsicElements
vue-admin-app/src/shims-tsx.d.ts:9
Struct
JPush
JPush 极光推送
app/helpers/jpush.go:15
Struct
LastRequestData
pkg/ginutils/last/last.go:16
Struct
Link
Link 资源推荐链接
app/models/link/link.go:17
Struct
ListData
ListData 带列表时的 data
app/controllers/response.go:27
Struct
Login
Login -
app/requests/api/authorization/login.go:10
Struct
Mail
Mail -
pkg/ginutils/mail/mail.go:20
Class
MainActivity
flutter_app/android/app/src/main/java/com/example/flutter_app/MainActivity.java:7
Struct
ModelHasPermission
ModelHasPermission 模型与权限关联表,一个模型能拥有多个权限 作用: 用户跳过角色,直接拥有权限
app/models/permission/model_has_permissions.go:11
Struct
ModelHasRole
ModelHasRole 模型与角色的关联表,用户拥有什么角色在此表中定义,一个用户能拥有多个角色
app/models/permission/model_has_roles.go:10
Struct
MyRoute
MyRoute -
pkg/ginutils/router/register.go:8
Struct
Notification
Notification -
app/models/notification/notification.go:8
Struct
PassWordResetForm
app/requests/password/reset.go:12
Struct
PasswordReset
PasswordReset 重置密码模型
app/models/password_reset/password_reset.go:8
Struct
Permission
Permission 权限的模型表
app/models/permission/permission.go:27
Struct
Pongo2Render
Pongo2Render is a custom Gin template renderer using Pongo2.
pkg/ginutils/pongo2/pongo2gin.go:24
Struct
Register
Register -
app/requests/api/user/register.go:13
Struct
RenderOptions
RenderOptions is used to configure the renderer.
pkg/ginutils/pongo2/pongo2gin.go:18
Struct
Reply
Reply 回复
app/models/reply/reply.go:15
Struct
Response
Response 标准响应数据
app/controllers/response.go:13
Struct
Role
Role 角色的模型表
app/models/permission/roles.go:20
Struct
RoleHasPermission
RoleHasPermission 角色拥有的权限关联表,如管理员拥有查看后台的权限都是在此表定义,一个角色能拥有多个权限
app/models/permission/role_has_permissions.go:10
Struct
Social
Social - 要么传 OpenID 和 AccessToken,要么传 Code * { "access_token": "xxx", "openid": "xxx" } 或者 { "code": "xxx" } */
app/requests/api/authorization/social.go:22
Struct
Store
Store 发布 topic
app/requests/api/topic/store.go:10
Struct
Topic
Topic 话题
app/models/topic/topic.go:22
Struct
Update
Update 更新 topic
app/requests/api/topic/update.go:10
Struct
Upload
Upload -
app/requests/api/image/image.go:14
Class
User
taro-app/src/pages/user/index.tsx:6
Struct
User
User 用户模型
app/models/user/user.go:26
Struct
UserCreateForm
UserCreateForm 以后可以改为 tag 来调用验证器函数
app/requests/user/create.go:13
Struct
UserLoginForm
app/requests/user/login.go:11
Struct
UserUpdateForm
UserUpdateForm -
app/requests/user/update.go:16
Struct
UserViewModel
UserViewModel 用户
app/viewmodels/user.go:12
Struct
Validate
pkg/ginutils/validate/validate.go:25
Struct
VerificationCode
VerificationCode -
app/requests/api/verification_code/verification_code.go:11
Struct
WeixinUserInfo
func getOAuthURL(appid string, redirectURL string, responseType string, scope string, state string) string { return fmt.Sprintf( "https://open.weixin.
pkg/ginutils/socials/weixin/weixin.go:25
Struct
appConfig
应用程序配置
config/app.go:8
TypeAlias
context
pkg/mimetype/internal/json/json.go:38
Struct
dbConfig
数据库配置
config/db.go:10
Struct
mailConfig
邮件配置
config/mail.go:6
FuncType
matchFunc
func([]byte) bool
pkg/mimetype/node.go:13
Struct
node
node represents a vertex in the matchers tree structure. It holds the mime type, the extension and the function to check whether a byte slice has the
pkg/mimetype/node.go:7
Struct
paginationRenderData
pkg/ginutils/pagination/pagination.go:19
Struct
s
docs/docs.go:260
TypeAlias
scanStatus
pkg/mimetype/internal/json/json.go:39
Struct
scanner
pkg/mimetype/internal/json/json.go:62
Interface
sig
pkg/mimetype/internal/matchers/signature.go:19
Struct
storeParams
app/controllers/api/reply/resource.go:18
Struct
storeParams
app/controllers/api/captcha/resource.go:16
Struct
swaggerInfo
docs/docs.go:249
Struct
tagMixTag
pkg/ginutils/pongo2/tag_mix.go:17
Struct
tagRouteTag
pkg/ginutils/pongo2/tag_route.go:9
Struct
tagStaticTag
pkg/ginutils/pongo2/tag_static.go:9
Struct
xmlSig
matches audio/video files. www.ftyps.com
pkg/mimetype/internal/matchers/signature.go:13