MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / GetApiInfo

Function GetApiInfo

setting/console_setting/validation.go:137–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135}
136
137func GetApiInfo() []map[string]interface{} {
138 return getJSONList(GetConsoleSetting().ApiInfo)
139}
140
141func validateAnnouncements(announcementsStr string) error {
142 list, err := parseJSONArray(announcementsStr, "系统公告")

Callers 1

GetStatusFunction · 0.92

Calls 2

getJSONListFunction · 0.85
GetConsoleSettingFunction · 0.85

Tested by

no test coverage detected