1 line
16 KiB
JSON
1 line
16 KiB
JSON
{"nodes": [{"id": "$graphify-root$_internal_toolbox_toolbox_go", "label": "toolbox.go", "file_type": "code", "source_file": "internal/toolbox/toolbox.go", "source_location": "L1"}, {"id": "toolbox_logger", "label": "Logger", "file_type": "code", "source_file": "internal/toolbox/toolbox.go", "source_location": "L19"}, {"id": "level", "label": "Level", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/toolbox/toolbox.go"}, {"id": "toolbox_level", "label": "Level", "file_type": "code", "source_file": "internal/toolbox/toolbox.go", "source_location": "L25"}, {"id": "$graphify-root$_internal_toolbox_toolbox_parselevel", "label": "parseLevel()", "file_type": "code", "source_file": "internal/toolbox/toolbox.go", "source_location": "L35"}, {"id": "toolbox_level_string", "label": ".String()", "file_type": "code", "source_file": "internal/toolbox/toolbox.go", "source_location": "L50"}, {"id": "$graphify-root$_internal_toolbox_toolbox_configure", "label": "Configure()", "file_type": "code", "source_file": "internal/toolbox/toolbox.go", "source_location": "L69"}, {"id": "file", "label": "File", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/toolbox/toolbox.go"}, {"id": "$graphify-root$_internal_toolbox_toolbox_getlogger", "label": "GetLogger()", "file_type": "code", "source_file": "internal/toolbox/toolbox.go", "source_location": "L77"}, {"id": "toolbox_logger_log", "label": ".log()", "file_type": "code", "source_file": "internal/toolbox/toolbox.go", "source_location": "L81"}, {"id": "toolbox_logger_debug", "label": ".Debug()", "file_type": "code", "source_file": "internal/toolbox/toolbox.go", "source_location": "L90"}, {"id": "toolbox_logger_info", "label": ".Info()", "file_type": "code", "source_file": "internal/toolbox/toolbox.go", "source_location": "L91"}, {"id": "toolbox_logger_warning", "label": ".Warning()", "file_type": "code", "source_file": "internal/toolbox/toolbox.go", "source_location": "L92"}, {"id": "toolbox_logger_error", "label": ".Error()", "file_type": "code", "source_file": "internal/toolbox/toolbox.go", "source_location": "L93"}, {"id": "toolbox_logger_critical", "label": ".Critical()", "file_type": "code", "source_file": "internal/toolbox/toolbox.go", "source_location": "L94"}, {"id": "$graphify-root$_internal_toolbox_toolbox_ensurefolderexists", "label": "EnsureFolderExists()", "file_type": "code", "source_file": "internal/toolbox/toolbox.go", "source_location": "L99"}, {"id": "$graphify-root$_internal_toolbox_toolbox_getcurrenttime", "label": "GetCurrentTime()", "file_type": "code", "source_file": "internal/toolbox/toolbox.go", "source_location": "L115"}, {"id": "time", "label": "Time", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/toolbox/toolbox.go"}, {"id": "$graphify-root$_internal_toolbox_toolbox_generatemessageid", "label": "GenerateMessageID()", "file_type": "code", "source_file": "internal/toolbox/toolbox.go", "source_location": "L127"}], "edges": [{"source": "$graphify-root$_internal_toolbox_toolbox_go", "target": "go_pkg_crypto_rand", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L6", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_toolbox_toolbox_go", "target": "go_pkg_fmt", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L7", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_toolbox_toolbox_go", "target": "go_pkg_log", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L8", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_toolbox_toolbox_go", "target": "go_pkg_math_big", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L9", "weight": 1.0, "context": "import"}, {"source":
|