1 line
32 KiB
JSON
1 line
32 KiB
JSON
{"nodes": [{"id": "$graphify-root$_internal_webui_webui_test_go", "label": "webui_test.go", "file_type": "code", "source_file": "internal/webui/webui_test.go", "source_location": "L1"}, {"id": "$graphify-root$_internal_webui_webui_test_newtestapp", "label": "newTestApp()", "file_type": "code", "source_file": "internal/webui/webui_test.go", "source_location": "L19"}, {"id": "t", "label": "T", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/webui/webui_test.go"}, {"id": "app", "label": "App", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/webui/webui_test.go"}, {"id": "$graphify-root$_internal_webui_webui_test_loginsession", "label": "loginSession()", "file_type": "code", "source_file": "internal/webui/webui_test.go", "source_location": "L115"}, {"id": "cookie", "label": "Cookie", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/webui/webui_test.go"}, {"id": "$graphify-root$_internal_webui_webui_test_testallpagesrender", "label": "TestAllPagesRender()", "file_type": "code", "source_file": "internal/webui/webui_test.go", "source_location": "L132"}, {"id": "$graphify-root$_internal_webui_webui_test_testunauthenticatedrequestsredirecttologin", "label": "TestUnauthenticatedRequestsRedirectToLogin()", "file_type": "code", "source_file": "internal/webui/webui_test.go", "source_location": "L170"}, {"id": "$graphify-root$_internal_webui_webui_test_testfirstloginforcedbeforedashboard", "label": "TestFirstLoginForcedBeforeDashboard()", "file_type": "code", "source_file": "internal/webui/webui_test.go", "source_location": "L186"}, {"id": "$graphify-root$_internal_webui_webui_test_itoa", "label": "itoa()", "file_type": "code", "source_file": "internal/webui/webui_test.go", "source_location": "L213"}], "edges": [{"source": "$graphify-root$_internal_webui_webui_test_go", "target": "go_pkg_net_http", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/webui_test.go", "source_location": "L4", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_webui_test_go", "target": "go_pkg_net_http_httptest", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/webui_test.go", "source_location": "L5", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_webui_test_go", "target": "go_pkg_os", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/webui_test.go", "source_location": "L6", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_webui_test_go", "target": "go_pkg_path_filepath", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/webui_test.go", "source_location": "L7", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_webui_test_go", "target": "go_pkg_strconv", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/webui_test.go", "source_location": "L8", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_webui_test_go", "target": "go_pkg_strings", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/webui_test.go", "source_location": "L9", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_webui_test_go", "target": "go_pkg_testing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/webui_test.go", "source_location": "L10", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_webui_test_go", "target": "go_pkg_time", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/webui_test.go", "source_location": "L11", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_webui_test_go", "target": "go_pkg_gopkg_in_ini_v1", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/webui_test.go", "source_location": "L13", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_webui_test_go", "target": "go_pkg_mailgoserver_internal_db", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/webui_test.go", "source_location": "L14", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_webui_test_go", "target": "go_pkg_mailgoserver_internal_dkim", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/webui_test.go", "source_location": "L15", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_webui_test_go", "target": "go_pkg_mailgoserver_internal_toolbox", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/webui_test.go", "source_location": "L16", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_webui_test_go", "target": "$graphify-root$_internal_webui_webui_test_newtestapp", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/webui/webui_test.go", "source_location": "L19", "weight": 1.0}, {"source": "$graphify-root$_internal_webui_webui_test_newtestapp", "target": "t", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/webui_test.go", "source_location": "L19", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_webui_webui_test_newtestapp", "target": "app", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/webui_test.go", "source_location": "L19", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_internal_webui_webui_test_go", "target": "$graphify-root$_internal_webui_webui_test_loginsession", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/webui/webui_test.go", "source_location": "L115", "weight": 1.0}, {"source": "$graphify-root$_internal_webui_webui_test_loginsession", "target": "t", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/webui_test.go", "source_location": "L115", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_webui_webui_test_loginsession", "target": "app", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/webui_test.go", "source_location": "L115", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_webui_webui_test_loginsession", "target": "cookie", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/webui_test.go", "source_location": "L115", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_internal_webui_webui_test_go", "target": "$graphify-root$_internal_webui_webui_test_testallpagesrender", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/webui/webui_test.go", "source_location": "L132", "weight": 1.0}, {"source": "$graphify-root$_internal_webui_webui_test_testallpagesrender", "target": "t", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/webui_test.go", "source_location": "L132", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_webui_webui_test_go", "target": "$graphify-root$_internal_webui_webui_test_testunauthenticatedrequestsredirecttologin", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/webui/webui_test.go", "source_location": "L170", "weight": 1.0}, {"source": "$graphify-root$_internal_webui_webui_test_testunauthenticatedrequestsredirecttologin", "target": "t", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/webui_test.go", "source_location": "L170", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_webui_webui_test_go", "target": "$graphify-root$_internal_webui_webui_test_testfirstloginforcedbeforedashboard", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/webui/webui_test.go", "source_location": "L186", "weight": 1.0}, {"source": "$graphify-root$_internal_webui_webui_test_testfirstloginforcedbeforedashboard", "target": "t", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/webui_test.go", "source_location": "L186", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_webui_webui_test_go", "target": "$graphify-root$_internal_webui_webui_test_itoa", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/webui/webui_test.go", "source_location": "L213", "weight": 1.0}, {"source": "$graphify-root$_internal_webui_webui_test_testallpagesrender", "target": "$graphify-root$_internal_webui_webui_test_newtestapp", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/webui_test.go", "source_location": "L133", "weight": 1.0}, {"source": "$graphify-root$_internal_webui_webui_test_testallpagesrender", "target": "$graphify-root$_internal_webui_webui_test_loginsession", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/webui_test.go", "source_location": "L135", "weight": 1.0}, {"source": "$graphify-root$_internal_webui_webui_test_testallpagesrender", "target": "$graphify-root$_internal_webui_webui_test_itoa", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/webui_test.go", "source_location": "L149", "weight": 1.0}, {"source": "$graphify-root$_internal_webui_webui_test_testunauthenticatedrequestsredirecttologin", "target": "$graphify-root$_internal_webui_webui_test_newtestapp", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/webui_test.go", "source_location": "L171", "weight": 1.0}, {"source": "$graphify-root$_internal_webui_webui_test_testfirstloginforcedbeforedashboard", "target": "$graphify-root$_internal_webui_webui_test_newtestapp", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/webui_test.go", "source_location": "L187", "weight": 1.0}], "raw_calls": [{"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "Helper", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L20"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "TempDir", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L21"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "Join", "is_member_call": false, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L22"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "Open", "is_member_call": false, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L23"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L25"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "Cleanup", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L27"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "Close", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L27"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "CreateDomain", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L30"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L32"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "HashPassword", "is_member_call": false, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L34"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "CreateSender", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L35"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L37"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "CreateWhitelistedIP", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L39"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L41"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "New", "is_member_call": false, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L44"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "GenerateDKIMKeypair", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L45"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "Fatalf", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L47"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "GetActiveDKIMKeyByDomainID", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L49"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "Fatalf", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L51"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "InsertEmailLog", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L54"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "Now", "is_member_call": false, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L55"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L61"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "InsertEmailRecipientLog", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L63"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L64"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "Join", "is_member_call": false, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L66"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "WriteFile", "is_member_call": false, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L67"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "InsertEmailAttachment", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L68"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L69"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "LogAuthAttempt", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L71"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L72"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "Empty", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L75"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "NewSection", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L76"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "NewKey", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L77"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "NewKey", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L78"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "NewKey", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L79"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "NewKey", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L80"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "NewKey", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L81"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "NewKey", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L82"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "NewKey", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L83"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "NewSection", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L84"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "NewKey", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L85"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "NewSection", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L86"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "NewKey", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L87"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "NewKey", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L88"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "NewSection", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L89"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "NewKey", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L90"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "NewSection", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L91"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "NewKey", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L92"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "NewKey", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L93"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "NewSection", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L94"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "NewKey", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L95"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "NewKey", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L96"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "NewSection", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L97"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "NewKey", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L98"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "Join", "is_member_call": false, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L98"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "Join", "is_member_call": false, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L100"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "SaveTo", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L101"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "New", "is_member_call": false, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L103"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "GetLogger", "is_member_call": false, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L103"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_newtestapp", "callee": "Fatalf", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L105"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_loginsession", "callee": "Helper", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L116"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_loginsession", "callee": "HashPassword", "is_member_call": false, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L117"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_loginsession", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L119"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_loginsession", "callee": "CreateAdminUser", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L121"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_loginsession", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L123"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_loginsession", "callee": "CreateSession", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L125"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_loginsession", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L127"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_testallpagesrender", "callee": "Mux", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L134"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_testallpagesrender", "callee": "ListDomains", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L137"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_testallpagesrender", "callee": "ListSenders", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L138"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_testallpagesrender", "callee": "ListWhitelistedIPs", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L139"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_testallpagesrender", "callee": "ListActiveDKIMKeysWithDomain", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L140"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_testallpagesrender", "callee": "ListEmailLogsPage", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L141"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_testallpagesrender", "callee": "Fatalf", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L143"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_testallpagesrender", "callee": "NewRequest", "is_member_call": false, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L160"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_testallpagesrender", "callee": "AddCookie", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L161"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_testallpagesrender", "callee": "NewRecorder", "is_member_call": false, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L162"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_testallpagesrender", "callee": "ServeHTTP", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L163"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_testallpagesrender", "callee": "Errorf", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L165"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_testunauthenticatedrequestsredirecttologin", "callee": "Mux", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L172"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_testunauthenticatedrequestsredirecttologin", "callee": "NewRequest", "is_member_call": false, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L174"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_testunauthenticatedrequestsredirecttologin", "callee": "NewRecorder", "is_member_call": false, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L175"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_testunauthenticatedrequestsredirecttologin", "callee": "ServeHTTP", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L176"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_testunauthenticatedrequestsredirecttologin", "callee": "Fatalf", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L178"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_testunauthenticatedrequestsredirecttologin", "callee": "Get", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L180"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_testunauthenticatedrequestsredirecttologin", "callee": "Header", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L180"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_testunauthenticatedrequestsredirecttologin", "callee": "HasPrefix", "is_member_call": false, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L181"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_testunauthenticatedrequestsredirecttologin", "callee": "Fatalf", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L182"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_testfirstloginforcedbeforedashboard", "callee": "Mux", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L188"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_testfirstloginforcedbeforedashboard", "callee": "HashPassword", "is_member_call": false, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L190"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_testfirstloginforcedbeforedashboard", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L192"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_testfirstloginforcedbeforedashboard", "callee": "CreateAdminUser", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L194"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_testfirstloginforcedbeforedashboard", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L196"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_testfirstloginforcedbeforedashboard", "callee": "CreateSession", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L198"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_testfirstloginforcedbeforedashboard", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L200"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_testfirstloginforcedbeforedashboard", "callee": "NewRequest", "is_member_call": false, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L204"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_testfirstloginforcedbeforedashboard", "callee": "AddCookie", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L205"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_testfirstloginforcedbeforedashboard", "callee": "NewRecorder", "is_member_call": false, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L206"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_testfirstloginforcedbeforedashboard", "callee": "ServeHTTP", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L207"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_testfirstloginforcedbeforedashboard", "callee": "Get", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L208"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_testfirstloginforcedbeforedashboard", "callee": "Header", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L208"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_testfirstloginforcedbeforedashboard", "callee": "Fatalf", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L209"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_testfirstloginforcedbeforedashboard", "callee": "Get", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L209"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_testfirstloginforcedbeforedashboard", "callee": "Header", "is_member_call": true, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L209"}, {"caller_nid": "$graphify-root$_internal_webui_webui_test_itoa", "callee": "FormatInt", "is_member_call": false, "language": "go", "source_file": "internal/webui/webui_test.go", "source_location": "L214"}]} |