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

1 line
31 KiB
JSON

{"nodes": [{"id": "$graphify-root$_internal_webui_dkim_go", "label": "dkim.go", "file_type": "code", "source_file": "internal/webui/dkim.go", "source_location": "L1"}, {"id": "$graphify-root$_internal_webui_dkim_writejson", "label": "writeJSON()", "file_type": "code", "source_file": "internal/webui/dkim.go", "source_location": "L14"}, {"id": "responsewriter", "label": "ResponseWriter", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/webui/dkim.go"}, {"id": "$graphify-root$_internal_webui_dkim_isajax", "label": "isAjax()", "file_type": "code", "source_file": "internal/webui/dkim.go", "source_location": "L20"}, {"id": "request", "label": "Request", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/webui/dkim.go"}, {"id": "webui_app", "label": "App", "file_type": "code", "source_file": "internal/webui/dkim.go", "source_location": "L25"}, {"id": "webui_app_dkimlist", "label": ".dkimList()", "file_type": "code", "source_file": "internal/webui/dkim.go", "source_location": "L25"}, {"id": "webui_app_createdkim", "label": ".createDKIM()", "file_type": "code", "source_file": "internal/webui/dkim.go", "source_location": "L80"}, {"id": "webui_app_regeneratedkim", "label": ".regenerateDKIM()", "file_type": "code", "source_file": "internal/webui/dkim.go", "source_location": "L109"}, {"id": "webui_app_dkimactionfailed", "label": ".dkimActionFailed()", "file_type": "code", "source_file": "internal/webui/dkim.go", "source_location": "L158"}, {"id": "webui_app_editdkimform", "label": ".editDKIMForm()", "file_type": "code", "source_file": "internal/webui/dkim.go", "source_location": "L167"}, {"id": "webui_app_dkimkeywithaccess", "label": ".dkimKeyWithAccess()", "file_type": "code", "source_file": "internal/webui/dkim.go", "source_location": "L180"}, {"id": "dkimkey", "label": "DKIMKey", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/webui/dkim.go"}, {"id": "webui_app_editdkim", "label": ".editDKIM()", "file_type": "code", "source_file": "internal/webui/dkim.go", "source_location": "L193"}, {"id": "webui_app_toggledkim", "label": ".toggleDKIM()", "file_type": "code", "source_file": "internal/webui/dkim.go", "source_location": "L222"}, {"id": "webui_app_removedkim", "label": ".removeDKIM()", "file_type": "code", "source_file": "internal/webui/dkim.go", "source_location": "L251"}, {"id": "webui_app_checkdkimdns", "label": ".checkDKIMDNS()", "file_type": "code", "source_file": "internal/webui/dkim.go", "source_location": "L265"}, {"id": "webui_app_checkspfdns", "label": ".checkSPFDNS()", "file_type": "code", "source_file": "internal/webui/dkim.go", "source_location": "L293"}], "edges": [{"source": "$graphify-root$_internal_webui_dkim_go", "target": "go_pkg_encoding_json", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L4", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_dkim_go", "target": "go_pkg_net_http", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L5", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_dkim_go", "target": "go_pkg_regexp", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L6", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_dkim_go", "target": "go_pkg_strings", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L7", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_dkim_go", "target": "go_pkg_time", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L8", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_dkim_go", "target": "go_pkg_mailgoserver_internal_db", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L10", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_dkim_go", "target": "go_pkg_mailgoserver_internal_dkim", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L11", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_dkim_go", "target": "$graphify-root$_internal_webui_dkim_writejson", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L14", "weight": 1.0}, {"source": "$graphify-root$_internal_webui_dkim_writejson", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L14", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_webui_dkim_go", "target": "$graphify-root$_internal_webui_dkim_isajax", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L20", "weight": 1.0}, {"source": "$graphify-root$_internal_webui_dkim_isajax", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L20", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app", "target": "webui_app_dkimlist", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L25", "weight": 1.0}, {"source": "webui_app_dkimlist", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L25", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app_dkimlist", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L25", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app", "target": "webui_app_createdkim", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L80", "weight": 1.0}, {"source": "webui_app_createdkim", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L80", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app_createdkim", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L80", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app", "target": "webui_app_regeneratedkim", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L109", "weight": 1.0}, {"source": "webui_app_regeneratedkim", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L109", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app_regeneratedkim", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L109", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app", "target": "webui_app_dkimactionfailed", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L158", "weight": 1.0}, {"source": "webui_app_dkimactionfailed", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L158", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app_dkimactionfailed", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L158", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app", "target": "webui_app_editdkimform", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L167", "weight": 1.0}, {"source": "webui_app_editdkimform", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L167", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app_editdkimform", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L167", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app", "target": "webui_app_dkimkeywithaccess", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L180", "weight": 1.0}, {"source": "webui_app_dkimkeywithaccess", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L180", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app_dkimkeywithaccess", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L180", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app_dkimkeywithaccess", "target": "dkimkey", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L180", "weight": 1.0, "context": "return_type"}, {"source": "webui_app", "target": "webui_app_editdkim", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L193", "weight": 1.0}, {"source": "webui_app_editdkim", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L193", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app_editdkim", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L193", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app", "target": "webui_app_toggledkim", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L222", "weight": 1.0}, {"source": "webui_app_toggledkim", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L222", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app_toggledkim", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L222", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app", "target": "webui_app_removedkim", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L251", "weight": 1.0}, {"source": "webui_app_removedkim", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L251", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app_removedkim", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L251", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app", "target": "webui_app_checkdkimdns", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L265", "weight": 1.0}, {"source": "webui_app_checkdkimdns", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L265", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app_checkdkimdns", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L265", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app", "target": "webui_app_checkspfdns", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L293", "weight": 1.0}, {"source": "webui_app_checkspfdns", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L293", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app_checkspfdns", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L293", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app_createdkim", "target": "$graphify-root$_internal_webui_dkim_writejson", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L84", "weight": 1.0}, {"source": "webui_app_regeneratedkim", "target": "webui_app_dkimactionfailed", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L125", "weight": 1.0}, {"source": "webui_app_regeneratedkim", "target": "$graphify-root$_internal_webui_dkim_isajax", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L134", "weight": 1.0}, {"source": "webui_app_regeneratedkim", "target": "$graphify-root$_internal_webui_dkim_writejson", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L146", "weight": 1.0}, {"source": "webui_app_dkimactionfailed", "target": "$graphify-root$_internal_webui_dkim_isajax", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L159", "weight": 1.0}, {"source": "webui_app_dkimactionfailed", "target": "$graphify-root$_internal_webui_dkim_writejson", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L160", "weight": 1.0}, {"source": "webui_app_editdkimform", "target": "webui_app_dkimkeywithaccess", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L168", "weight": 1.0}, {"source": "webui_app_editdkim", "target": "webui_app_dkimkeywithaccess", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L194", "weight": 1.0}, {"source": "webui_app_toggledkim", "target": "webui_app_dkimkeywithaccess", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L223", "weight": 1.0}, {"source": "webui_app_toggledkim", "target": "webui_app_dkimactionfailed", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L231", "weight": 1.0}, {"source": "webui_app_toggledkim", "target": "$graphify-root$_internal_webui_dkim_isajax", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L243", "weight": 1.0}, {"source": "webui_app_toggledkim", "target": "$graphify-root$_internal_webui_dkim_writejson", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L244", "weight": 1.0}, {"source": "webui_app_removedkim", "target": "webui_app_dkimkeywithaccess", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L252", "weight": 1.0}, {"source": "webui_app_checkdkimdns", "target": "$graphify-root$_internal_webui_dkim_writejson", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L270", "weight": 1.0}, {"source": "webui_app_checkspfdns", "target": "$graphify-root$_internal_webui_dkim_writejson", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/dkim.go", "source_location": "L309", "weight": 1.0}], "raw_calls": [{"caller_nid": "$graphify-root$_internal_webui_dkim_writejson", "callee": "Header", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L15"}, {"caller_nid": "$graphify-root$_internal_webui_dkim_writejson", "callee": "WriteHeader", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L16"}, {"caller_nid": "$graphify-root$_internal_webui_dkim_writejson", "callee": "Encode", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L17"}, {"caller_nid": "$graphify-root$_internal_webui_dkim_writejson", "callee": "NewEncoder", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L17"}, {"caller_nid": "$graphify-root$_internal_webui_dkim_isajax", "callee": "Get", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L21"}, {"caller_nid": "$graphify-root$_internal_webui_dkim_isajax", "callee": "Contains", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L21"}, {"caller_nid": "$graphify-root$_internal_webui_dkim_isajax", "callee": "Get", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L21"}, {"caller_nid": "webui_app_dkimlist", "callee": "ListActiveDKIMKeysWithDomain", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L26"}, {"caller_nid": "webui_app_dkimlist", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L28"}, {"caller_nid": "webui_app_dkimlist", "callee": "ListInactiveDKIMKeysWithDomain", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L30"}, {"caller_nid": "webui_app_dkimlist", "callee": "getPublicIP", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L31"}, {"caller_nid": "webui_app_dkimlist", "callee": "scopeFromContext", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L32"}, {"caller_nid": "webui_app_dkimlist", "callee": "Allowed", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L36"}, {"caller_nid": "webui_app_dkimlist", "callee": "GetDKIMPublicKeyRecord", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L39"}, {"caller_nid": "webui_app_dkimlist", "callee": "checkDNSRecord", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L43"}, {"caller_nid": "webui_app_dkimlist", "callee": "Contains", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L46"}, {"caller_nid": "webui_app_dkimlist", "callee": "generateSPFRecord", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L56"}, {"caller_nid": "webui_app_dkimlist", "callee": "Allowed", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L62"}, {"caller_nid": "webui_app_dkimlist", "callee": "render", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L76"}, {"caller_nid": "webui_app_createdkim", "callee": "FormValue", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L81"}, {"caller_nid": "webui_app_createdkim", "callee": "FormValue", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L82"}, {"caller_nid": "webui_app_createdkim", "callee": "GetDomainByNameExact", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L87"}, {"caller_nid": "webui_app_createdkim", "callee": "Allowed", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L92"}, {"caller_nid": "webui_app_createdkim", "callee": "scopeFromContext", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L92"}, {"caller_nid": "webui_app_createdkim", "callee": "DeactivateActiveDKIMKeysForDomain", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L96"}, {"caller_nid": "webui_app_createdkim", "callee": "Now", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L96"}, {"caller_nid": "webui_app_createdkim", "callee": "GenerateDKIMKeypair", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L100"}, {"caller_nid": "webui_app_regeneratedkim", "callee": "pathID", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L110"}, {"caller_nid": "webui_app_regeneratedkim", "callee": "GetDomainByID", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L111"}, {"caller_nid": "webui_app_regeneratedkim", "callee": "NotFound", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L113"}, {"caller_nid": "webui_app_regeneratedkim", "callee": "requireDomainAccess", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L116"}, {"caller_nid": "webui_app_regeneratedkim", "callee": "GetActiveDKIMKeyByDomainID", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L119"}, {"caller_nid": "webui_app_regeneratedkim", "callee": "DeactivateActiveDKIMKeysForDomain", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L124"}, {"caller_nid": "webui_app_regeneratedkim", "callee": "Now", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L124"}, {"caller_nid": "webui_app_regeneratedkim", "callee": "GenerateDKIMKeypair", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L128"}, {"caller_nid": "webui_app_regeneratedkim", "callee": "getPublicIP", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L135"}, {"caller_nid": "webui_app_regeneratedkim", "callee": "GetDKIMPublicKeyRecord", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L136"}, {"caller_nid": "webui_app_regeneratedkim", "callee": "checkDNSRecord", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L137"}, {"caller_nid": "webui_app_regeneratedkim", "callee": "Contains", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L140"}, {"caller_nid": "webui_app_regeneratedkim", "callee": "GetActiveDKIMKeyByDomainID", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L145"}, {"caller_nid": "webui_app_regeneratedkim", "callee": "generateSPFRecord", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L149"}, {"caller_nid": "webui_app_regeneratedkim", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L154"}, {"caller_nid": "webui_app_regeneratedkim", "callee": "Redirect", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L155"}, {"caller_nid": "webui_app_dkimactionfailed", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L163"}, {"caller_nid": "webui_app_dkimactionfailed", "callee": "Redirect", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L164"}, {"caller_nid": "webui_app_editdkimform", "callee": "GetDomainByID", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L172"}, {"caller_nid": "webui_app_editdkimform", "callee": "render", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L173"}, {"caller_nid": "webui_app_dkimkeywithaccess", "callee": "GetDKIMKeyByID", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L181"}, {"caller_nid": "webui_app_dkimkeywithaccess", "callee": "pathID", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L181"}, {"caller_nid": "webui_app_dkimkeywithaccess", "callee": "NotFound", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L183"}, {"caller_nid": "webui_app_dkimkeywithaccess", "callee": "requireDomainAccess", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L186"}, {"caller_nid": "webui_app_editdkim", "callee": "GetDomainByID", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L199"}, {"caller_nid": "webui_app_editdkim", "callee": "TrimSpace", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L200"}, {"caller_nid": "webui_app_editdkim", "callee": "FormValue", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L200"}, {"caller_nid": "webui_app_editdkim", "callee": "MatchString", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L202"}, {"caller_nid": "webui_app_editdkim", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L203"}, {"caller_nid": "webui_app_editdkim", "callee": "render", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L204"}, {"caller_nid": "webui_app_editdkim", "callee": "SelectorExistsForDomain", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L207"}, {"caller_nid": "webui_app_editdkim", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L208"}, {"caller_nid": "webui_app_editdkim", "callee": "render", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L209"}, {"caller_nid": "webui_app_editdkim", "callee": "UpdateDKIMKeySelector", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L212"}, {"caller_nid": "webui_app_editdkim", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L213"}, {"caller_nid": "webui_app_editdkim", "callee": "Redirect", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L214"}, {"caller_nid": "webui_app_editdkim", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L217"}, {"caller_nid": "webui_app_editdkim", "callee": "Redirect", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L218"}, {"caller_nid": "webui_app_toggledkim", "callee": "DeactivateActiveDKIMKeysForDomain", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L230"}, {"caller_nid": "webui_app_toggledkim", "callee": "Now", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L230"}, {"caller_nid": "webui_app_toggledkim", "callee": "SetDKIMKeyActive", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L235"}, {"caller_nid": "webui_app_toggledkim", "callee": "Now", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L235"}, {"caller_nid": "webui_app_toggledkim", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L247"}, {"caller_nid": "webui_app_toggledkim", "callee": "Redirect", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L248"}, {"caller_nid": "webui_app_removedkim", "callee": "RemoveDKIMKey", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L256"}, {"caller_nid": "webui_app_removedkim", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L257"}, {"caller_nid": "webui_app_removedkim", "callee": "setFlash", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L259"}, {"caller_nid": "webui_app_removedkim", "callee": "Redirect", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L261"}, {"caller_nid": "webui_app_checkdkimdns", "callee": "FormValue", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L266"}, {"caller_nid": "webui_app_checkdkimdns", "callee": "FormValue", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L267"}, {"caller_nid": "webui_app_checkdkimdns", "callee": "GetDKIMPublicKeyRecord", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L268"}, {"caller_nid": "webui_app_checkdkimdns", "callee": "checkDNSRecord", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L274"}, {"caller_nid": "webui_app_checkdkimdns", "callee": "Trim", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L276"}, {"caller_nid": "webui_app_checkdkimdns", "callee": "Contains", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L278"}, {"caller_nid": "webui_app_checkdkimdns", "callee": "Contains", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L278"}, {"caller_nid": "webui_app_checkspfdns", "callee": "FormValue", "is_member_call": true, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L294"}, {"caller_nid": "webui_app_checkspfdns", "callee": "checkDNSRecord", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L295"}, {"caller_nid": "webui_app_checkspfdns", "callee": "Contains", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L298"}, {"caller_nid": "webui_app_checkspfdns", "callee": "getPublicIP", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L303"}, {"caller_nid": "webui_app_checkspfdns", "callee": "Contains", "is_member_call": false, "language": "go", "source_file": "internal/webui/dkim.go", "source_location": "L304"}]}