package
0.0.0-20230627074322-3de209f041d2
Repository: https://github.com/1996paul-wen/safetybox.git
Documentation: pkg.go.dev

# README

handler分为 BaseHandler BusinessHandler

  • BaseHandler负责基本的通用能力,与业务逻辑无关。如请求体解析、返回response消息体、链路标记、限流等能力
  • BusinessHandler负责处理业务逻辑

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

AnonymousUser 给某些不需要用户登录的接口使用。如创建新用户.
GinContextKeys are keys set in gin.Context.

# Structs

BaseHandler 负责基本的通用能力,与业务逻辑无关。如请求体解析、返回response消息体、链路标记、限流等能力.
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author