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

1 line
18 KiB
JSON
Raw Normal View History

2026-08-12 21:14:19 +01:00
{"nodes": [{"id": "$graphify-root$_internal_webui_webmail_login_go", "label": "webmail_login.go", "file_type": "code", "source_file": "internal/webui/webmail_login.go", "source_location": "L1"}, {"id": "$graphify-root$_internal_webui_webmail_login_setmailboxpendingmfacookie", "label": "setMailboxPendingMFACookie()", "file_type": "code", "source_file": "internal/webui/webmail_login.go", "source_location": "L17"}, {"id": "responsewriter", "label": "ResponseWriter", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/webui/webmail_login.go"}, {"id": "$graphify-root$_internal_webui_webmail_login_clearmailboxpendingmfacookie", "label": "clearMailboxPendingMFACookie()", "file_type": "code", "source_file": "internal/webui/webmail_login.go", "source_location": "L23"}, {"id": "$graphify-root$_internal_webui_webmail_login_pendingmailboxmfaid", "label": "pendingMailboxMFAID()", "file_type": "code", "source_file": "internal/webui/webmail_login.go", "source_location": "L26"}, {"id": "request", "label": "Request", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/webui/webmail_login.go"}, {"id": "webui_app", "label": "App", "file_type": "code", "source_file": "internal/webui/webmail_login.go", "source_location": "L34"}, {"id": "webui_app_webmailloginform", "label": ".webmailLoginForm()", "file_type": "code", "source_file": "internal/webui/webmail_login.go", "source_location": "L34"}, {"id": "webui_app_webmailloginsubmit", "label": ".webmailLoginSubmit()", "file_type": "code", "source_file": "internal/webui/webmail_login.go", "source_location": "L44"}, {"id": "webui_app_webmailmfaform", "label": ".webmailMFAForm()", "file_type": "code", "source_file": "internal/webui/webmail_login.go", "source_location": "L85"}, {"id": "webui_app_webmailmfasubmit", "label": ".webmailMFASubmit()", "file_type": "code", "source_file": "internal/webui/webmail_login.go", "source_location": "L101"}, {"id": "webui_app_webmaillogout", "label": ".webmailLogout()", "file_type": "code", "source_file": "internal/webui/webmail_login.go", "source_location": "L132"}], "edges": [{"source": "$graphify-root$_internal_webui_webmail_login_go", "target": "go_pkg_net_http", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/webmail_login.go", "source_location": "L4", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_webmail_login_go", "target": "go_pkg_strconv", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/webmail_login.go", "source_location": "L5", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_webmail_login_go", "target": "go_pkg_strings", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/webmail_login.go", "source_location": "L6", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_webmail_login_go", "target": "go_pkg_github_com_pquerna_otp_totp", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/webmail_login.go", "source_location": "L8", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_webmail_login_go", "target": "go_pkg_mailgoserver_internal_db", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/webmail_login.go", "source_location": "L9", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_webmail_login_go", "target": "$graphify-root$_internal_webui_webmail_login_setmailboxpendingmfacookie", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/webui/webmail_login.go", "source_location": "L17", "weight": 1.0}, {"source": "$graphify-root$_internal_webui_webmail_login_setmailboxpendingmfacookie", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/webmail_login.go", "source_location": "L17", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphif