1 line
31 KiB
JSON
1 line
31 KiB
JSON
{"nodes": [{"id": "$graphify-root$_internal_webui_domains_go", "label": "domains.go", "file_type": "code", "source_file": "internal/webui/domains.go", "source_location": "L1"}, {"id": "$graphify-root$_internal_webui_domains_pathid", "label": "pathID()", "file_type": "code", "source_file": "internal/webui/domains.go", "source_location": "L12"}, {"id": "request", "label": "Request", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/webui/domains.go"}, {"id": "$graphify-root$_internal_webui_domains_isvaliddomainname", "label": "isValidDomainName()", "file_type": "code", "source_file": "internal/webui/domains.go", "source_location": "L20"}, {"id": "webui_app", "label": "App", "file_type": "code", "source_file": "internal/webui/domains.go", "source_location": "L26"}, {"id": "webui_app_domainslist", "label": ".domainsList()", "file_type": "code", "source_file": "internal/webui/domains.go", "source_location": "L26"}, {"id": "responsewriter", "label": "ResponseWriter", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/webui/domains.go"}, {"id": "webui_app_adddomainform", "label": ".addDomainForm()", "file_type": "code", "source_file": "internal/webui/domains.go", "source_location": "L52"}, {"id": "webui_app_adddomain", "label": ".addDomain()", "file_type": "code", "source_file": "internal/webui/domains.go", "source_location": "L57"}, {"id": "webui_app_toggledomainoff", "label": ".toggleDomainOff()", "file_type": "code", "source_file": "internal/webui/domains.go", "source_location": "L91"}, {"id": "webui_app_editdomainform", "label": ".editDomainForm()", "file_type": "code", "source_file": "internal/webui/domains.go", "source_location": "L104"}, {"id": "webui_app_editdomain", "label": ".editDomain()", "file_type": "code", "source_file": "internal/webui/domains.go", "source_location": "L117"}, {"id": "webui_app_toggledomain", "label": ".toggleDomain()", "file_type": "code", "source_file": "internal/webui/domains.go", "source_location": "L149"}, {"id": "webui_app_removedomain", "label": ".removeDomain()", "file_type": "code", "source_file": "internal/webui/domains.go", "source_location": "L170"}, {"id": "webui_app_verifydomaincheck", "label": ".verifyDomainCheck()", "file_type": "code", "source_file": "internal/webui/domains.go", "source_location": "L191"}, {"id": "webui_app_accessibledomains", "label": ".accessibleDomains()", "file_type": "code", "source_file": "internal/webui/domains.go", "source_location": "L220"}, {"id": "domain", "label": "Domain", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/webui/domains.go"}, {"id": "webui_app_accessibledomainnames", "label": ".accessibleDomainNames()", "file_type": "code", "source_file": "internal/webui/domains.go", "source_location": "L242"}, {"id": "$graphify-root$_internal_webui_domains_domainremovedmessage", "label": "domainRemovedMessage()", "file_type": "code", "source_file": "internal/webui/domains.go", "source_location": "L260"}], "edges": [{"source": "$graphify-root$_internal_webui_domains_go", "target": "go_pkg_net_http", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L4", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_domains_go", "target": "go_pkg_regexp", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L5", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_domains_go", "target": "go_pkg_strconv", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L6", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_domains_go", "target": "go_pkg_strings", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L7", "weight": 1.0, "context": "import"}, {"source": "$gr
|