NewSystemHandler 创建系统处理器
(st store.Store)
| 24 | |
| 25 | // NewSystemHandler 创建系统处理器 |
| 26 | func NewSystemHandler(st store.Store) *SystemHandler { |
| 27 | return &SystemHandler{store: st} |
| 28 | } |
| 29 | |
| 30 | // ListConfig 列出配置 |
| 31 | func (h *SystemHandler) ListConfig(c *gin.Context) { |
no outgoing calls
no test coverage detected