1 line
32 KiB
JSON
1 line
32 KiB
JSON
{"nodes": [{"id": "$graphify-root$_internal_webui_mailbox_multitenant_test_go", "label": "mailbox_multitenant_test.go", "file_type": "code", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L1"}, {"id": "$graphify-root$_internal_webui_mailbox_multitenant_test_createmailboxfor", "label": "createMailboxFor()", "file_type": "code", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L16"}, {"id": "t", "label": "T", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/webui/mailbox_multitenant_test.go"}, {"id": "app", "label": "App", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/webui/mailbox_multitenant_test.go"}, {"id": "mailbox", "label": "Mailbox", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/webui/mailbox_multitenant_test.go"}, {"id": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotaccessothertenantmailboxbyid", "label": "TestScopedAdminCannotAccessOtherTenantMailboxByID()", "file_type": "code", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L38"}, {"id": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotcreatemailboxonunowneddomain", "label": "TestScopedAdminCannotCreateMailboxOnUnownedDomain()", "file_type": "code", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L69"}, {"id": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincanmanageownmailboxapppasswords", "label": "TestScopedAdminCanManageOwnMailboxAppPasswords()", "file_type": "code", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L94"}, {"id": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotcreatealiasonunowneddomain", "label": "TestScopedAdminCannotCreateAliasOnUnownedDomain()", "file_type": "code", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L121"}, {"id": "$graphify-root$_internal_webui_mailbox_multitenant_test_testapppasswordcannotberevokedfromanothermailbox", "label": "TestAppPasswordCannotBeRevokedFromAnotherMailbox()", "file_type": "code", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L146"}], "edges": [{"source": "$graphify-root$_internal_webui_mailbox_multitenant_test_go", "target": "go_pkg_net_http", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L4", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_mailbox_multitenant_test_go", "target": "go_pkg_net_http_httptest", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L5", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_mailbox_multitenant_test_go", "target": "go_pkg_net_url", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L6", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_mailbox_multitenant_test_go", "target": "go_pkg_strconv", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L7", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_mailbox_multitenant_test_go", "target": "go_pkg_strings", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L8", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_mailbox_multitenant_test_go", "target": "go_pkg_testing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L9", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_mailbox_multitenant_test_go", "target": "go_pkg_mailgoserver_internal_db", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L11", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_mailbox_multitenant_test_go", "target": "go_pkg_mailgoserver_internal_mailstore", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L12", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_mailbox_multitenant_test_go", "target": "$graphify-root$_internal_webui_mailbox_multitenant_test_createmailboxfor", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L16", "weight": 1.0}, {"source": "$graphify-root$_internal_webui_mailbox_multitenant_test_createmailboxfor", "target": "t", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L16", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_webui_mailbox_multitenant_test_createmailboxfor", "target": "app", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L16", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_webui_mailbox_multitenant_test_createmailboxfor", "target": "mailbox", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L16", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_internal_webui_mailbox_multitenant_test_go", "target": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotaccessothertenantmailboxbyid", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L38", "weight": 1.0}, {"source": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotaccessothertenantmailboxbyid", "target": "t", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L38", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_webui_mailbox_multitenant_test_go", "target": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotcreatemailboxonunowneddomain", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L69", "weight": 1.0}, {"source": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotcreatemailboxonunowneddomain", "target": "t", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L69", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_webui_mailbox_multitenant_test_go", "target": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincanmanageownmailboxapppasswords", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L94", "weight": 1.0}, {"source": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincanmanageownmailboxapppasswords", "target": "t", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L94", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_webui_mailbox_multitenant_test_go", "target": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotcreatealiasonunowneddomain", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L121", "weight": 1.0}, {"source": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotcreatealiasonunowneddomain", "target": "t", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L121", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_webui_mailbox_multitenant_test_go", "target": "$graphify-root$_internal_webui_mailbox_multitenant_test_testapppasswordcannotberevokedfromanothermailbox", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L146", "weight": 1.0}, {"source": "$graphify-root$_internal_webui_mailbox_multitenant_test_testapppasswordcannotberevokedfromanothermailbox", "target": "t", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L146", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotaccessothertenantmailboxbyid", "target": "$graphify-root$_internal_webui_mailbox_multitenant_test_createmailboxfor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L42", "weight": 1.0}, {"source": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincanmanageownmailboxapppasswords", "target": "$graphify-root$_internal_webui_mailbox_multitenant_test_createmailboxfor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L98", "weight": 1.0}, {"source": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotcreatealiasonunowneddomain", "target": "$graphify-root$_internal_webui_mailbox_multitenant_test_createmailboxfor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L125", "weight": 1.0}, {"source": "$graphify-root$_internal_webui_mailbox_multitenant_test_testapppasswordcannotberevokedfromanothermailbox", "target": "$graphify-root$_internal_webui_mailbox_multitenant_test_createmailboxfor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L149", "weight": 1.0}], "raw_calls": [{"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_createmailboxfor", "callee": "Helper", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L17"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_createmailboxfor", "callee": "HashPassword", "is_member_call": false, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L18"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_createmailboxfor", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L20"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_createmailboxfor", "callee": "GenerateDEK", "is_member_call": false, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L22"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_createmailboxfor", "callee": "WrapDEK", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L23"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_createmailboxfor", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L25"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_createmailboxfor", "callee": "CreateMailbox", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L27"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_createmailboxfor", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L29"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_createmailboxfor", "callee": "GetMailboxByID", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L31"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_createmailboxfor", "callee": "Fatalf", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L33"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotaccessothertenantmailboxbyid", "callee": "newTestApp", "is_member_call": false, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L39"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotaccessothertenantmailboxbyid", "callee": "Mux", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L40"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotaccessothertenantmailboxbyid", "callee": "setupTwoTenants", "is_member_call": false, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L41"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotaccessothertenantmailboxbyid", "callee": "scopedLogin", "is_member_call": false, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L44"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotaccessothertenantmailboxbyid", "callee": "NewRequest", "is_member_call": false, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L46"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotaccessothertenantmailboxbyid", "callee": "FormatInt", "is_member_call": false, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L46"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotaccessothertenantmailboxbyid", "callee": "AddCookie", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L47"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotaccessothertenantmailboxbyid", "callee": "NewRecorder", "is_member_call": false, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L48"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotaccessothertenantmailboxbyid", "callee": "ServeHTTP", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L49"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotaccessothertenantmailboxbyid", "callee": "Fatalf", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L51"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotaccessothertenantmailboxbyid", "callee": "NewRequest", "is_member_call": false, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L55"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotaccessothertenantmailboxbyid", "callee": "FormatInt", "is_member_call": false, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L55"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotaccessothertenantmailboxbyid", "callee": "NewReader", "is_member_call": false, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L55"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotaccessothertenantmailboxbyid", "callee": "Encode", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L55"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotaccessothertenantmailboxbyid", "callee": "AddCookie", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L57"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotaccessothertenantmailboxbyid", "callee": "NewRecorder", "is_member_call": false, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L58"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotaccessothertenantmailboxbyid", "callee": "ServeHTTP", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L59"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotaccessothertenantmailboxbyid", "callee": "Fatalf", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L61"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotaccessothertenantmailboxbyid", "callee": "GetMailboxByID", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L63"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotaccessothertenantmailboxbyid", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L65"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotcreatemailboxonunowneddomain", "callee": "newTestApp", "is_member_call": false, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L70"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotcreatemailboxonunowneddomain", "callee": "Mux", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L71"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotcreatemailboxonunowneddomain", "callee": "setupTwoTenants", "is_member_call": false, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L72"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotcreatemailboxonunowneddomain", "callee": "scopedLogin", "is_member_call": false, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L74"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotcreatemailboxonunowneddomain", "callee": "FormatInt", "is_member_call": false, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L78"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotcreatemailboxonunowneddomain", "callee": "NewRequest", "is_member_call": false, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L81"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotcreatemailboxonunowneddomain", "callee": "NewReader", "is_member_call": false, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L81"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotcreatemailboxonunowneddomain", "callee": "Encode", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L81"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotcreatemailboxonunowneddomain", "callee": "AddCookie", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L83"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotcreatemailboxonunowneddomain", "callee": "NewRecorder", "is_member_call": false, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L84"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotcreatemailboxonunowneddomain", "callee": "ServeHTTP", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L85"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotcreatemailboxonunowneddomain", "callee": "Fatalf", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L87"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotcreatemailboxonunowneddomain", "callee": "GetMailboxByEmail", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L89"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotcreatemailboxonunowneddomain", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L90"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincanmanageownmailboxapppasswords", "callee": "newTestApp", "is_member_call": false, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L95"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincanmanageownmailboxapppasswords", "callee": "Mux", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L96"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincanmanageownmailboxapppasswords", "callee": "setupTwoTenants", "is_member_call": false, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L97"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincanmanageownmailboxapppasswords", "callee": "scopedLogin", "is_member_call": false, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L100"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincanmanageownmailboxapppasswords", "callee": "NewRequest", "is_member_call": false, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L103"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincanmanageownmailboxapppasswords", "callee": "FormatInt", "is_member_call": false, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L103"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincanmanageownmailboxapppasswords", "callee": "NewReader", "is_member_call": false, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L103"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincanmanageownmailboxapppasswords", "callee": "Encode", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L103"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincanmanageownmailboxapppasswords", "callee": "AddCookie", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L105"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincanmanageownmailboxapppasswords", "callee": "NewRecorder", "is_member_call": false, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L106"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincanmanageownmailboxapppasswords", "callee": "ServeHTTP", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L107"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincanmanageownmailboxapppasswords", "callee": "Fatalf", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L109"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincanmanageownmailboxapppasswords", "callee": "ListAppPasswordsForMailbox", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L112"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincanmanageownmailboxapppasswords", "callee": "Fatalf", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L114"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincanmanageownmailboxapppasswords", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L117"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotcreatealiasonunowneddomain", "callee": "newTestApp", "is_member_call": false, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L122"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotcreatealiasonunowneddomain", "callee": "Mux", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L123"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotcreatealiasonunowneddomain", "callee": "setupTwoTenants", "is_member_call": false, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L124"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotcreatealiasonunowneddomain", "callee": "scopedLogin", "is_member_call": false, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L127"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotcreatealiasonunowneddomain", "callee": "FormatInt", "is_member_call": false, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L131"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotcreatealiasonunowneddomain", "callee": "NewRequest", "is_member_call": false, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L133"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotcreatealiasonunowneddomain", "callee": "FormatInt", "is_member_call": false, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L133"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotcreatealiasonunowneddomain", "callee": "NewReader", "is_member_call": false, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L133"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotcreatealiasonunowneddomain", "callee": "Encode", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L133"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotcreatealiasonunowneddomain", "callee": "AddCookie", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L135"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotcreatealiasonunowneddomain", "callee": "NewRecorder", "is_member_call": false, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L136"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotcreatealiasonunowneddomain", "callee": "ServeHTTP", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L137"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotcreatealiasonunowneddomain", "callee": "Fatalf", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L139"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotcreatealiasonunowneddomain", "callee": "GetAliasByEmail", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L141"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testscopedadmincannotcreatealiasonunowneddomain", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L142"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testapppasswordcannotberevokedfromanothermailbox", "callee": "newTestApp", "is_member_call": false, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L147"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testapppasswordcannotberevokedfromanothermailbox", "callee": "setupTwoTenants", "is_member_call": false, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L148"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testapppasswordcannotberevokedfromanothermailbox", "callee": "CreateAppPassword", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L152"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testapppasswordcannotberevokedfromanothermailbox", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L154"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testapppasswordcannotberevokedfromanothermailbox", "callee": "RemoveAppPassword", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L159"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testapppasswordcannotberevokedfromanothermailbox", "callee": "Fatal", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L160"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testapppasswordcannotberevokedfromanothermailbox", "callee": "ListAppPasswordsForMailbox", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L162"}, {"caller_nid": "$graphify-root$_internal_webui_mailbox_multitenant_test_testapppasswordcannotberevokedfromanothermailbox", "callee": "Fatalf", "is_member_call": true, "language": "go", "source_file": "internal/webui/mailbox_multitenant_test.go", "source_location": "L164"}]} |