MCPcopy Index your code
hub / github.com/aiprodcoder/MIXAPI / SysError

Function SysError

common/logger.go:55–58  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

53}
54
55func SysError(s string) {
56 t := time.Now()
57 _, _ = fmt.Fprintf(gin.DefaultErrorWriter, "[SYS] %v | %s \n", t.Format("2006/01/02 - 15:04:05"), s)
58}
59
60func LogInfo(ctx context.Context, msg string) {
61 logHelper(ctx, loggerINFO, msg)

Callers 15

mainFunction · 0.92
TurnstileCheckFunction · 0.92
TokenAuthFunction · 0.92
RelayPanicRecoverFunction · 0.92
DistributeFunction · 0.92
ImportChannelsFunction · 0.92
ExportChannelsFunction · 0.92
getOidcUserInfoByCodeFunction · 0.92
updateVideoTaskAllFunction · 0.92
updateVideoSingleTaskFunction · 0.92
updateSunoTaskAllFunction · 0.92
RegisterFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected