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

Function GetFAQ

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

Source from the content-addressed store, hash-verified

231}
232
233func GetFAQ() []map[string]interface{} {
234 return getJSONList(GetConsoleSetting().FAQ)
235}
236
237func validateUptimeKumaGroups(groupsStr string) error {
238 groups, err := parseJSONArray(groupsStr, "Uptime Kuma分组配置")

Callers 1

GetStatusFunction · 0.92

Calls 2

getJSONListFunction · 0.85
GetConsoleSettingFunction · 0.85

Tested by

no test coverage detected