Files
mailgoserver/graphify-out/cache/ast/v0.9.37/a1202eb661623407a090a63f1a2226c5f10e7e7a11db053101e2496b3bfd0551.json
T

1 line
29 KiB
JSON

{"nodes": [{"id": "$graphify-root$_internal_webui_webui_go", "label": "webui.go", "file_type": "code", "source_file": "internal/webui/webui.go", "source_location": "L1"}, {"id": "webui_app", "label": "App", "file_type": "code", "source_file": "internal/webui/webui.go", "source_location": "L22"}, {"id": "db", "label": "DB", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/webui/webui.go"}, {"id": "manager", "label": "Manager", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/webui/webui.go"}, {"id": "store", "label": "Store", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/webui/webui.go"}, {"id": "file", "label": "File", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/webui/webui.go"}, {"id": "logger", "label": "Logger", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/webui/webui.go"}, {"id": "template", "label": "Template", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/webui/webui.go"}, {"id": "$graphify-root$_internal_webui_webui_new", "label": "New()", "file_type": "code", "source_file": "internal/webui/webui.go", "source_location": "L36"}, {"id": "webui_healthstatus", "label": "healthStatus", "file_type": "code", "source_file": "internal/webui/webui.go", "source_location": "L44"}, {"id": "webui_app_checkhealth", "label": ".checkHealth()", "file_type": "code", "source_file": "internal/webui/webui.go", "source_location": "L51"}, {"id": "webui_app_mux", "label": ".Mux()", "file_type": "code", "source_file": "internal/webui/webui.go", "source_location": "L75"}, {"id": "servemux", "label": "ServeMux", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/webui/webui.go"}], "edges": [{"source": "$graphify-root$_internal_webui_webui_go", "target": "go_pkg_html_template", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/webui.go", "source_location": "L6", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_webui_go", "target": "go_pkg_io_fs", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/webui.go", "source_location": "L7", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_webui_go", "target": "go_pkg_net_http", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/webui.go", "source_location": "L8", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_webui_go", "target": "go_pkg_time", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/webui.go", "source_location": "L9", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_webui_go", "target": "go_pkg_gopkg_in_ini_v1", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/webui.go", "source_location": "L11", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_webui_go", "target": "go_pkg_mailgoserver_internal_db", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/webui.go", "source_location": "L12", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_webui_go", "target": "go_pkg_mailgoserver_internal_dkim", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/webui.go", "source_location": "L13", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_webui_go", "target": "go_pkg_mailgoserver_internal_mailstore", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/webui.go", "source_location": "L14", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_webui_go", "target": "go_pkg_mailgoserver_internal_toolbox", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/webui.go", "source_location": "L15", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_webui_go", "target": "webui_app", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/webui/webui.go", "source_location": "L22", "weight": 1.0}, {"source": "webui_app", "target": "db", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/webui.go", "source_location": "L23", "weight": 1.0, "context": "field"}, {"source": "webui_app", "target": "manager", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/webui.go", "source_location": "L24", "weight": 1.0, "context": "field"}, {"source": "webui_app", "target": "store", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/webui.go", "source_location": "L25", "weight": 1.0, "context": "field"}, {"source": "webui_app", "target": "file", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/webui.go", "source_location": "L26", "weight": 1.0, "context": "field"}, {"source": "webui_app", "target": "logger", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/webui.go", "source_location": "L28", "weight": 1.0, "context": "field"}, {"source": "webui_app", "target": "template", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/webui.go", "source_location": "L31", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_internal_webui_webui_go", "target": "$graphify-root$_internal_webui_webui_new", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/webui/webui.go", "source_location": "L36", "weight": 1.0}, {"source": "$graphify-root$_internal_webui_webui_new", "target": "db", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/webui.go", "source_location": "L36", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_webui_webui_new", "target": "manager", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/webui.go", "source_location": "L36", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_webui_webui_new", "target": "store", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/webui.go", "source_location": "L36", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_webui_webui_new", "target": "file", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/webui.go", "source_location": "L36", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_webui_webui_new", "target": "logger", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/webui.go", "source_location": "L36", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_webui_webui_new", "target": "webui_app", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/webui.go", "source_location": "L36", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_internal_webui_webui_go", "target": "webui_healthstatus", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/webui/webui.go", "source_location": "L44", "weight": 1.0}, {"source": "webui_app", "target": "webui_app_checkhealth", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/webui/webui.go", "source_location": "L51", "weight": 1.0}, {"source": "webui_app_checkhealth", "target": "webui_healthstatus", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/webui.go", "source_location": "L51", "weight": 1.0, "context": "return_type"}, {"source": "webui_app", "target": "webui_app_mux", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/webui/webui.go", "source_location": "L75", "weight": 1.0}, {"source": "webui_app_mux", "target": "servemux", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/webui.go", "source_location": "L75", "weight": 1.0, "context": "return_type"}], "raw_calls": [{"caller_nid": "$graphify-root$_internal_webui_webui_new", "callee": "loadTemplates", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L38"}, {"caller_nid": "webui_app_checkhealth", "callee": "Ping", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L53"}, {"caller_nid": "webui_app_checkhealth", "callee": "SMTPUp", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L57"}, {"caller_nid": "webui_app_checkhealth", "callee": "Format", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L66"}, {"caller_nid": "webui_app_checkhealth", "callee": "Now", "is_member_call": false, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L66"}, {"caller_nid": "webui_app_mux", "callee": "NewServeMux", "is_member_call": false, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L76"}, {"caller_nid": "webui_app_mux", "callee": "Sub", "is_member_call": false, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L78"}, {"caller_nid": "webui_app_mux", "callee": "Handle", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L82"}, {"caller_nid": "webui_app_mux", "callee": "StripPrefix", "is_member_call": false, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L82"}, {"caller_nid": "webui_app_mux", "callee": "FileServerFS", "is_member_call": false, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L82"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L84"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L85"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L86"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L87"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L88"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L89"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L90"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L94"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L95"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L96"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L97"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L98"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L99"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L100"}, {"caller_nid": "webui_app_mux", "callee": "NewServeMux", "is_member_call": false, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L102"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L103"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L104"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L105"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L106"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L107"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L108"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L109"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L110"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L111"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L112"}, {"caller_nid": "webui_app_mux", "callee": "Handle", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L113"}, {"caller_nid": "webui_app_mux", "callee": "requireMailboxAuth", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L113"}, {"caller_nid": "webui_app_mux", "callee": "NewServeMux", "is_member_call": false, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L115"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L117"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L118"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L119"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L120"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L121"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L122"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L123"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L124"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L125"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L126"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L127"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L129"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L130"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L131"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L132"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L133"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L134"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L136"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L137"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L138"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L139"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L140"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L141"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L142"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L143"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L144"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L146"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L147"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L148"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L149"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L150"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L151"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L152"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L153"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L155"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L156"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L157"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L158"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L159"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L160"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L161"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L162"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L163"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L164"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L165"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L166"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L167"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L168"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L169"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L170"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L171"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L172"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L173"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L174"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L176"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L177"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L178"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L179"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L180"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L181"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L182"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L183"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L185"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L186"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L187"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L188"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L189"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L190"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L191"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L192"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L193"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L195"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L197"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L198"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L199"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L200"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L201"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L202"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L203"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L205"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L206"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L207"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L208"}, {"caller_nid": "webui_app_mux", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L210"}, {"caller_nid": "webui_app_mux", "callee": "Redirect", "is_member_call": false, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L211"}, {"caller_nid": "webui_app_mux", "callee": "Handle", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L214"}, {"caller_nid": "webui_app_mux", "callee": "requireAuth", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui.go", "source_location": "L214"}]}