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": "$graphify-root$_internal_webui_domains_go", "target": "go_pkg_mailgoserver_internal_db", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L9", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_domains_go", "target": "$graphify-root$_internal_webui_domains_pathid", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L12", "weight": 1.0}, {"source": "$graphify-root$_internal_webui_domains_pathid", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L12", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_webui_domains_go", "target": "$graphify-root$_internal_webui_domains_isvaliddomainname", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L20", "weight": 1.0}, {"source": "webui_app", "target": "webui_app_domainslist", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L26", "weight": 1.0}, {"source": "webui_app_domainslist", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L26", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app_domainslist", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L26", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app", "target": "webui_app_adddomainform", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L52", "weight": 1.0}, {"source": "webui_app_adddomainform", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L52", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app_adddomainform", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L52", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app", "target": "webui_app_adddomain", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L57", "weight": 1.0}, {"source": "webui_app_adddomain", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L57", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app_adddomain", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L57", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app", "target": "webui_app_toggledomainoff", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L91", "weight": 1.0}, {"source": "webui_app_toggledomainoff", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L91", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app_toggledomainoff", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L91", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app", "target": "webui_app_editdomainform", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L104", "weight": 1.0}, {"source": "webui_app_editdomainform", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L104", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app_editdomainform", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L104", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app", "target": "webui_app_editdomain", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L117", "weight": 1.0}, {"source": "webui_app_editdomain", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L117", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app_editdomain", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L117", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app", "target": "webui_app_toggledomain", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L149", "weight": 1.0}, {"source": "webui_app_toggledomain", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L149", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app_toggledomain", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L149", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app", "target": "webui_app_removedomain", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L170", "weight": 1.0}, {"source": "webui_app_removedomain", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L170", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app_removedomain", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L170", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app", "target": "webui_app_verifydomaincheck", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L191", "weight": 1.0}, {"source": "webui_app_verifydomaincheck", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L191", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app_verifydomaincheck", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L191", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app", "target": "webui_app_accessibledomains", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L220", "weight": 1.0}, {"source": "webui_app_accessibledomains", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L220", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app_accessibledomains", "target": "domain", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L220", "weight": 1.0, "context": "return_type"}, {"source": "webui_app", "target": "webui_app_accessibledomainnames", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L242", "weight": 1.0}, {"source": "webui_app_accessibledomainnames", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L242", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_webui_domains_go", "target": "$graphify-root$_internal_webui_domains_domainremovedmessage", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L260", "weight": 1.0}, {"source": "webui_app_adddomain", "target": "$graphify-root$_internal_webui_domains_isvaliddomainname", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L59", "weight": 1.0}, {"source": "webui_app_toggledomainoff", "target": "$graphify-root$_internal_webui_domains_pathid", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L92", "weight": 1.0}, {"source": "webui_app_editdomainform", "target": "$graphify-root$_internal_webui_domains_pathid", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L105", "weight": 1.0}, {"source": "webui_app_editdomain", "target": "$graphify-root$_internal_webui_domains_pathid", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L118", "weight": 1.0}, {"source": "webui_app_editdomain", "target": "$graphify-root$_internal_webui_domains_isvaliddomainname", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L129", "weight": 1.0}, {"source": "webui_app_toggledomain", "target": "$graphify-root$_internal_webui_domains_pathid", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L150", "weight": 1.0}, {"source": "webui_app_removedomain", "target": "$graphify-root$_internal_webui_domains_pathid", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L171", "weight": 1.0}, {"source": "webui_app_removedomain", "target": "$graphify-root$_internal_webui_domains_domainremovedmessage", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L184", "weight": 1.0}, {"source": "webui_app_verifydomaincheck", "target": "$graphify-root$_internal_webui_domains_pathid", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/domains.go", "source_location": "L192", "weight": 1.0}], "raw_calls": [{"caller_nid": "$graphify-root$_internal_webui_domains_pathid", "callee": "int64", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L13"}, {"caller_nid": "$graphify-root$_internal_webui_domains_pathid", "callee": "atoi", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L13"}, {"caller_nid": "$graphify-root$_internal_webui_domains_pathid", "callee": "PathValue", "is_member_call": true, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L13"}, {"caller_nid": "$graphify-root$_internal_webui_domains_isvaliddomainname", "callee": "MatchString", "is_member_call": true, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L21"}, {"caller_nid": "webui_app_domainslist", "callee": "ListDomains", "is_member_call": true, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L27"}, {"caller_nid": "webui_app_domainslist", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L29"}, {"caller_nid": "webui_app_domainslist", "callee": "Redirect", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L30"}, {"caller_nid": "webui_app_domainslist", "callee": "scopeFromContext", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L33"}, {"caller_nid": "webui_app_domainslist", "callee": "Allowed", "is_member_call": true, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L37"}, {"caller_nid": "webui_app_domainslist", "callee": "CountSendersForDomain", "is_member_call": true, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L41"}, {"caller_nid": "webui_app_domainslist", "callee": "HasActiveDKIMForDomain", "is_member_call": true, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L42"}, {"caller_nid": "webui_app_domainslist", "callee": "HasAnyDKIMForDomain", "is_member_call": true, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L43"}, {"caller_nid": "webui_app_domainslist", "callee": "render", "is_member_call": true, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L49"}, {"caller_nid": "webui_app_adddomainform", "callee": "render", "is_member_call": true, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L53"}, {"caller_nid": "webui_app_adddomain", "callee": "ToLower", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L58"}, {"caller_nid": "webui_app_adddomain", "callee": "TrimSpace", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L58"}, {"caller_nid": "webui_app_adddomain", "callee": "FormValue", "is_member_call": true, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L58"}, {"caller_nid": "webui_app_adddomain", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L60"}, {"caller_nid": "webui_app_adddomain", "callee": "Redirect", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L61"}, {"caller_nid": "webui_app_adddomain", "callee": "GetDomainByNameExact", "is_member_call": true, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L64"}, {"caller_nid": "webui_app_adddomain", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L66"}, {"caller_nid": "webui_app_adddomain", "callee": "Redirect", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L67"}, {"caller_nid": "webui_app_adddomain", "callee": "CreateDomain", "is_member_call": true, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L70"}, {"caller_nid": "webui_app_adddomain", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L72"}, {"caller_nid": "webui_app_adddomain", "callee": "Redirect", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L73"}, {"caller_nid": "webui_app_adddomain", "callee": "scopeFromContext", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L78"}, {"caller_nid": "webui_app_adddomain", "callee": "GrantDomainAccess", "is_member_call": true, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L79"}, {"caller_nid": "webui_app_adddomain", "callee": "userFromContext", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L79"}, {"caller_nid": "webui_app_adddomain", "callee": "GenerateDKIMKeypair", "is_member_call": true, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L83"}, {"caller_nid": "webui_app_adddomain", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L86"}, {"caller_nid": "webui_app_adddomain", "callee": "Redirect", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L87"}, {"caller_nid": "webui_app_toggledomainoff", "callee": "requireDomainAccess", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L93"}, {"caller_nid": "webui_app_toggledomainoff", "callee": "SetDomainActive", "is_member_call": true, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L96"}, {"caller_nid": "webui_app_toggledomainoff", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L97"}, {"caller_nid": "webui_app_toggledomainoff", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L99"}, {"caller_nid": "webui_app_toggledomainoff", "callee": "Redirect", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L101"}, {"caller_nid": "webui_app_editdomainform", "callee": "GetDomainByID", "is_member_call": true, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L105"}, {"caller_nid": "webui_app_editdomainform", "callee": "NotFound", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L107"}, {"caller_nid": "webui_app_editdomainform", "callee": "requireDomainAccess", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L110"}, {"caller_nid": "webui_app_editdomainform", "callee": "render", "is_member_call": true, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L113"}, {"caller_nid": "webui_app_editdomain", "callee": "GetDomainByID", "is_member_call": true, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L119"}, {"caller_nid": "webui_app_editdomain", "callee": "NotFound", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L121"}, {"caller_nid": "webui_app_editdomain", "callee": "requireDomainAccess", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L124"}, {"caller_nid": "webui_app_editdomain", "callee": "ToLower", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L127"}, {"caller_nid": "webui_app_editdomain", "callee": "TrimSpace", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L127"}, {"caller_nid": "webui_app_editdomain", "callee": "FormValue", "is_member_call": true, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L127"}, {"caller_nid": "webui_app_editdomain", "callee": "FormValue", "is_member_call": true, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L128"}, {"caller_nid": "webui_app_editdomain", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L130"}, {"caller_nid": "webui_app_editdomain", "callee": "render", "is_member_call": true, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L131"}, {"caller_nid": "webui_app_editdomain", "callee": "GetDomainByNameExact", "is_member_call": true, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L134"}, {"caller_nid": "webui_app_editdomain", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L135"}, {"caller_nid": "webui_app_editdomain", "callee": "render", "is_member_call": true, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L136"}, {"caller_nid": "webui_app_editdomain", "callee": "UpdateDomain", "is_member_call": true, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L139"}, {"caller_nid": "webui_app_editdomain", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L140"}, {"caller_nid": "webui_app_editdomain", "callee": "Redirect", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L141"}, {"caller_nid": "webui_app_editdomain", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L144"}, {"caller_nid": "webui_app_editdomain", "callee": "Redirect", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L145"}, {"caller_nid": "webui_app_toggledomain", "callee": "GetDomainByID", "is_member_call": true, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L151"}, {"caller_nid": "webui_app_toggledomain", "callee": "NotFound", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L153"}, {"caller_nid": "webui_app_toggledomain", "callee": "requireDomainAccess", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L156"}, {"caller_nid": "webui_app_toggledomain", "callee": "SetDomainActive", "is_member_call": true, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L159"}, {"caller_nid": "webui_app_toggledomain", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L160"}, {"caller_nid": "webui_app_toggledomain", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L162"}, {"caller_nid": "webui_app_toggledomain", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L164"}, {"caller_nid": "webui_app_toggledomain", "callee": "Redirect", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L166"}, {"caller_nid": "webui_app_removedomain", "callee": "GetDomainByID", "is_member_call": true, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L172"}, {"caller_nid": "webui_app_removedomain", "callee": "NotFound", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L174"}, {"caller_nid": "webui_app_removedomain", "callee": "requireDomainAccess", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L177"}, {"caller_nid": "webui_app_removedomain", "callee": "RemoveDomainCascade", "is_member_call": true, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L180"}, {"caller_nid": "webui_app_removedomain", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L182"}, {"caller_nid": "webui_app_removedomain", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L184"}, {"caller_nid": "webui_app_removedomain", "callee": "Redirect", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L186"}, {"caller_nid": "webui_app_verifydomaincheck", "callee": "GetDomainByID", "is_member_call": true, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L193"}, {"caller_nid": "webui_app_verifydomaincheck", "callee": "NotFound", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L195"}, {"caller_nid": "webui_app_verifydomaincheck", "callee": "requireDomainAccess", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L198"}, {"caller_nid": "webui_app_verifydomaincheck", "callee": "checkDomainOwnership", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L201"}, {"caller_nid": "webui_app_verifydomaincheck", "callee": "writeJSON", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L203"}, {"caller_nid": "webui_app_verifydomaincheck", "callee": "SetDomainVerified", "is_member_call": true, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L207"}, {"caller_nid": "webui_app_verifydomaincheck", "callee": "writeJSON", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L208"}, {"caller_nid": "webui_app_verifydomaincheck", "callee": "writeJSON", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L211"}, {"caller_nid": "webui_app_verifydomaincheck", "callee": "writeJSON", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L214"}, {"caller_nid": "webui_app_accessibledomains", "callee": "ListActiveDomains", "is_member_call": true, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L221"}, {"caller_nid": "webui_app_accessibledomains", "callee": "scopeFromContext", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L225"}, {"caller_nid": "webui_app_accessibledomains", "callee": "Allowed", "is_member_call": true, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L231"}, {"caller_nid": "webui_app_accessibledomainnames", "callee": "scopeFromContext", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L243"}, {"caller_nid": "webui_app_accessibledomainnames", "callee": "ListDomains", "is_member_call": true, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L247"}, {"caller_nid": "webui_app_accessibledomainnames", "callee": "Allowed", "is_member_call": true, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L253"}, {"caller_nid": "webui_app_accessibledomainnames", "callee": "ToLower", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L254"}, {"caller_nid": "$graphify-root$_internal_webui_domains_domainremovedmessage", "callee": "Itoa", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L261"}, {"caller_nid": "$graphify-root$_internal_webui_domains_domainremovedmessage", "callee": "Itoa", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L261"}, {"caller_nid": "$graphify-root$_internal_webui_domains_domainremovedmessage", "callee": "Itoa", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L261"}, {"caller_nid": "$graphify-root$_internal_webui_domains_domainremovedmessage", "callee": "Itoa", "is_member_call": false, "language": "go", "source_file": "internal/webui/domains.go", "source_location": "L261"}]} |