1 line
21 KiB
JSON
1 line
21 KiB
JSON
{"nodes": [{"id": "$graphify-root$_internal_webui_ip_whitelist_go", "label": "ip_whitelist.go", "file_type": "code", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L1"}, {"id": "webui_app", "label": "App", "file_type": "code", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L10"}, {"id": "webui_app_ipslist", "label": ".ipsList()", "file_type": "code", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L10"}, {"id": "responsewriter", "label": "ResponseWriter", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/webui/ip_whitelist.go"}, {"id": "request", "label": "Request", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/webui/ip_whitelist.go"}, {"id": "webui_app_addipform", "label": ".addIPForm()", "file_type": "code", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L26"}, {"id": "webui_app_addip", "label": ".addIP()", "file_type": "code", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L35"}, {"id": "webui_app_ipwithaccess", "label": ".ipWithAccess()", "file_type": "code", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L64"}, {"id": "whitelistedip", "label": "WhitelistedIP", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/webui/ip_whitelist.go"}, {"id": "webui_app_disableip", "label": ".disableIP()", "file_type": "code", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L76"}, {"id": "webui_app_enableip", "label": ".enableIP()", "file_type": "code", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L89"}, {"id": "webui_app_removeip", "label": ".removeIP()", "file_type": "code", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L102"}, {"id": "webui_app_editipform", "label": ".editIPForm()", "file_type": "code", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L115"}, {"id": "webui_app_editip", "label": ".editIP()", "file_type": "code", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L125"}], "edges": [{"source": "$graphify-root$_internal_webui_ip_whitelist_go", "target": "go_pkg_net", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L4", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_ip_whitelist_go", "target": "go_pkg_net_http", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L5", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_ip_whitelist_go", "target": "go_pkg_mailgoserver_internal_db", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L7", "weight": 1.0, "context": "import"}, {"source": "webui_app", "target": "webui_app_ipslist", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L10", "weight": 1.0}, {"source": "webui_app_ipslist", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L10", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app_ipslist", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L10", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app", "target": "webui_app_addipform", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L26", "weight": 1.0}, {"source": "webui_app_addipform", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L26", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app_addipform", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L26", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app", "target": "webui_app_addip", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L35", "weight": 1.0}, {"source": "webui_app_addip", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L35", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app_addip", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L35", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app", "target": "webui_app_ipwithaccess", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L64", "weight": 1.0}, {"source": "webui_app_ipwithaccess", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L64", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app_ipwithaccess", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L64", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app_ipwithaccess", "target": "whitelistedip", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L64", "weight": 1.0, "context": "return_type"}, {"source": "webui_app", "target": "webui_app_disableip", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L76", "weight": 1.0}, {"source": "webui_app_disableip", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L76", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app_disableip", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L76", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app", "target": "webui_app_enableip", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L89", "weight": 1.0}, {"source": "webui_app_enableip", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L89", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app_enableip", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L89", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app", "target": "webui_app_removeip", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L102", "weight": 1.0}, {"source": "webui_app_removeip", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L102", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app_removeip", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L102", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app", "target": "webui_app_editipform", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L115", "weight": 1.0}, {"source": "webui_app_editipform", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L115", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app_editipform", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L115", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app", "target": "webui_app_editip", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L125", "weight": 1.0}, {"source": "webui_app_editip", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L125", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app_editip", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L125", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app_disableip", "target": "webui_app_ipwithaccess", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L77", "weight": 1.0}, {"source": "webui_app_enableip", "target": "webui_app_ipwithaccess", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L90", "weight": 1.0}, {"source": "webui_app_removeip", "target": "webui_app_ipwithaccess", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L103", "weight": 1.0}, {"source": "webui_app_editipform", "target": "webui_app_ipwithaccess", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L116", "weight": 1.0}, {"source": "webui_app_editip", "target": "webui_app_ipwithaccess", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L126", "weight": 1.0}], "raw_calls": [{"caller_nid": "webui_app_ipslist", "callee": "ListWhitelistedIPs", "is_member_call": true, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L11"}, {"caller_nid": "webui_app_ipslist", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L13"}, {"caller_nid": "webui_app_ipslist", "callee": "scopeFromContext", "is_member_call": false, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L15"}, {"caller_nid": "webui_app_ipslist", "callee": "Allowed", "is_member_call": true, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L18"}, {"caller_nid": "webui_app_ipslist", "callee": "render", "is_member_call": true, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L23"}, {"caller_nid": "webui_app_addipform", "callee": "accessibleDomains", "is_member_call": true, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L27"}, {"caller_nid": "webui_app_addipform", "callee": "render", "is_member_call": true, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L28"}, {"caller_nid": "webui_app_addipform", "callee": "Get", "is_member_call": true, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L28"}, {"caller_nid": "webui_app_addipform", "callee": "Query", "is_member_call": true, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L28"}, {"caller_nid": "webui_app_addip", "callee": "FormValue", "is_member_call": true, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L36"}, {"caller_nid": "webui_app_addip", "callee": "int64", "is_member_call": false, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L37"}, {"caller_nid": "webui_app_addip", "callee": "atoi", "is_member_call": false, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L37"}, {"caller_nid": "webui_app_addip", "callee": "FormValue", "is_member_call": true, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L37"}, {"caller_nid": "webui_app_addip", "callee": "FormValue", "is_member_call": true, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L38"}, {"caller_nid": "webui_app_addip", "callee": "To4", "is_member_call": true, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L40"}, {"caller_nid": "webui_app_addip", "callee": "ParseIP", "is_member_call": false, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L40"}, {"caller_nid": "webui_app_addip", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L41"}, {"caller_nid": "webui_app_addip", "callee": "Redirect", "is_member_call": false, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L42"}, {"caller_nid": "webui_app_addip", "callee": "requireDomainAccess", "is_member_call": false, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L45"}, {"caller_nid": "webui_app_addip", "callee": "IPPairExists", "is_member_call": true, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L48"}, {"caller_nid": "webui_app_addip", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L49"}, {"caller_nid": "webui_app_addip", "callee": "Redirect", "is_member_call": false, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L50"}, {"caller_nid": "webui_app_addip", "callee": "CreateWhitelistedIP", "is_member_call": true, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L53"}, {"caller_nid": "webui_app_addip", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L54"}, {"caller_nid": "webui_app_addip", "callee": "Redirect", "is_member_call": false, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L55"}, {"caller_nid": "webui_app_addip", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L58"}, {"caller_nid": "webui_app_addip", "callee": "Redirect", "is_member_call": false, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L59"}, {"caller_nid": "webui_app_ipwithaccess", "callee": "GetWhitelistedIPByID", "is_member_call": true, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L65"}, {"caller_nid": "webui_app_ipwithaccess", "callee": "pathID", "is_member_call": false, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L65"}, {"caller_nid": "webui_app_ipwithaccess", "callee": "NotFound", "is_member_call": false, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L67"}, {"caller_nid": "webui_app_ipwithaccess", "callee": "requireDomainAccess", "is_member_call": false, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L70"}, {"caller_nid": "webui_app_disableip", "callee": "SetWhitelistedIPActive", "is_member_call": true, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L81"}, {"caller_nid": "webui_app_disableip", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L82"}, {"caller_nid": "webui_app_disableip", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L84"}, {"caller_nid": "webui_app_disableip", "callee": "Redirect", "is_member_call": false, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L86"}, {"caller_nid": "webui_app_enableip", "callee": "SetWhitelistedIPActive", "is_member_call": true, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L94"}, {"caller_nid": "webui_app_enableip", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L95"}, {"caller_nid": "webui_app_enableip", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L97"}, {"caller_nid": "webui_app_enableip", "callee": "Redirect", "is_member_call": false, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L99"}, {"caller_nid": "webui_app_removeip", "callee": "RemoveWhitelistedIP", "is_member_call": true, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L107"}, {"caller_nid": "webui_app_removeip", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L108"}, {"caller_nid": "webui_app_removeip", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L110"}, {"caller_nid": "webui_app_removeip", "callee": "Redirect", "is_member_call": false, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L112"}, {"caller_nid": "webui_app_editipform", "callee": "accessibleDomains", "is_member_call": true, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L120"}, {"caller_nid": "webui_app_editipform", "callee": "render", "is_member_call": true, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L121"}, {"caller_nid": "webui_app_editip", "callee": "accessibleDomains", "is_member_call": true, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L131"}, {"caller_nid": "webui_app_editip", "callee": "FormValue", "is_member_call": true, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L133"}, {"caller_nid": "webui_app_editip", "callee": "int64", "is_member_call": false, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L134"}, {"caller_nid": "webui_app_editip", "callee": "atoi", "is_member_call": false, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L134"}, {"caller_nid": "webui_app_editip", "callee": "FormValue", "is_member_call": true, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L134"}, {"caller_nid": "webui_app_editip", "callee": "FormValue", "is_member_call": true, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L135"}, {"caller_nid": "webui_app_editip", "callee": "To4", "is_member_call": true, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L137"}, {"caller_nid": "webui_app_editip", "callee": "ParseIP", "is_member_call": false, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L137"}, {"caller_nid": "webui_app_editip", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L138"}, {"caller_nid": "webui_app_editip", "callee": "render", "is_member_call": true, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L139"}, {"caller_nid": "webui_app_editip", "callee": "requireDomainAccess", "is_member_call": false, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L142"}, {"caller_nid": "webui_app_editip", "callee": "IPPairExists", "is_member_call": true, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L145"}, {"caller_nid": "webui_app_editip", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L146"}, {"caller_nid": "webui_app_editip", "callee": "render", "is_member_call": true, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L147"}, {"caller_nid": "webui_app_editip", "callee": "UpdateWhitelistedIP", "is_member_call": true, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L150"}, {"caller_nid": "webui_app_editip", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L151"}, {"caller_nid": "webui_app_editip", "callee": "Redirect", "is_member_call": false, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L152"}, {"caller_nid": "webui_app_editip", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L155"}, {"caller_nid": "webui_app_editip", "callee": "Redirect", "is_member_call": false, "language": "go", "source_file": "internal/webui/ip_whitelist.go", "source_location": "L156"}]} |