1 line
16 KiB
JSON
1 line
16 KiB
JSON
{"nodes": [{"id": "$graphify-root$_internal_webui_account_go", "label": "account.go", "file_type": "code", "source_file": "internal/webui/account.go", "source_location": "L1"}, {"id": "webui_app", "label": "App", "file_type": "code", "source_file": "internal/webui/account.go", "source_location": "L17"}, {"id": "webui_app_accountpage", "label": ".accountPage()", "file_type": "code", "source_file": "internal/webui/account.go", "source_location": "L17"}, {"id": "responsewriter", "label": "ResponseWriter", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/webui/account.go"}, {"id": "request", "label": "Request", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/webui/account.go"}, {"id": "webui_app_changepassword", "label": ".changePassword()", "file_type": "code", "source_file": "internal/webui/account.go", "source_location": "L24"}, {"id": "webui_app_totpsetupbegin", "label": ".totpSetupBegin()", "file_type": "code", "source_file": "internal/webui/account.go", "source_location": "L63"}, {"id": "webui_app_totpsetupconfirm", "label": ".totpSetupConfirm()", "file_type": "code", "source_file": "internal/webui/account.go", "source_location": "L93"}, {"id": "webui_app_totpdisable", "label": ".totpDisable()", "file_type": "code", "source_file": "internal/webui/account.go", "source_location": "L110"}], "edges": [{"source": "$graphify-root$_internal_webui_account_go", "target": "go_pkg_bytes", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/account.go", "source_location": "L4", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_account_go", "target": "go_pkg_encoding_base64", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/account.go", "source_location": "L5", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_account_go", "target": "go_pkg_image_png", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/account.go", "source_location": "L6", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_account_go", "target": "go_pkg_net_http", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/account.go", "source_location": "L7", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_account_go", "target": "go_pkg_strings", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/account.go", "source_location": "L8", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_account_go", "target": "go_pkg_github_com_pquerna_otp_totp", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/account.go", "source_location": "L10", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_account_go", "target": "go_pkg_mailgoserver_internal_db", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/account.go", "source_location": "L11", "weight": 1.0, "context": "import"}, {"source": "webui_app", "target": "webui_app_accountpage", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/webui/account.go", "source_location": "L17", "weight": 1.0}, {"source": "webui_app_accountpage", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/account.go", "source_location": "L17", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app_accountpage", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/account.go", "source_location": "L17", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app", "target": "webui_app_changepassword", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/webui/account.go", "source_location": "L24", "weight": 1.0}, {"source": "webui_app_changepassword", "target": "re
|