MCPcopy Create free account
hub / github.com/astercloud/aster / NewSystemHandler

Function NewSystemHandler

server/handlers/system.go:26–28  ·  view source on GitHub ↗

NewSystemHandler 创建系统处理器

(st store.Store)

Source from the content-addressed store, hash-verified

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

Callers 1

registerSystemRoutesMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected