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

Function SysLog

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

Source from the content-addressed store, hash-verified

48}
49
50func SysLog(s string) {
51 t := time.Now()
52 _, _ = fmt.Fprintf(gin.DefaultWriter, "[SYS] %v | %s \n", t.Format("2006/01/02 - 15:04:05"), s)
53}
54
55func SysError(s string) {
56 t := time.Now()

Callers 15

mainFunction · 0.92
InitResourcesFunction · 0.92
getGitHubUserInfoByCodeFunction · 0.92
MigrateConsoleSettingFunction · 0.92
getOidcUserInfoByCodeFunction · 0.92
UpdateTaskBulkFunction · 0.92
UpdateTaskByPlatformFunction · 0.92
updateSunoTaskAllFunction · 0.92
NotifyUserFunction · 0.92
DecodeUrlImageDataFunction · 0.92
getImageConfigFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected