1 line
7.2 KiB
JSON
1 line
7.2 KiB
JSON
{"nodes": [{"id": "$graphify-root$_internal_smtpserver_auth_go", "label": "auth.go", "file_type": "code", "source_file": "internal/smtpserver/auth.go", "source_location": "L1"}, {"id": "smtpserver_loginserver", "label": "loginServer", "file_type": "code", "source_file": "internal/smtpserver/auth.go", "source_location": "L15"}, {"id": "smtpserver_loginserver_next", "label": ".Next()", "file_type": "code", "source_file": "internal/smtpserver/auth.go", "source_location": "L21"}, {"id": "smtpserver_session", "label": "Session", "file_type": "code", "source_file": "internal/smtpserver/auth.go", "source_location": "L44"}, {"id": "smtpserver_session_authmechanisms", "label": ".AuthMechanisms()", "file_type": "code", "source_file": "internal/smtpserver/auth.go", "source_location": "L44"}, {"id": "smtpserver_session_auth", "label": ".Auth()", "file_type": "code", "source_file": "internal/smtpserver/auth.go", "source_location": "L52"}, {"id": "server", "label": "Server", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/smtpserver/auth.go"}, {"id": "smtpserver_session_authenticate", "label": ".authenticate()", "file_type": "code", "source_file": "internal/smtpserver/auth.go", "source_location": "L69"}, {"id": "smtpserver_session_failauth", "label": ".failAuth()", "file_type": "code", "source_file": "internal/smtpserver/auth.go", "source_location": "L94"}], "edges": [{"source": "$graphify-root$_internal_smtpserver_auth_go", "target": "go_pkg_fmt", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/auth.go", "source_location": "L4", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_smtpserver_auth_go", "target": "go_pkg_time", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/auth.go", "source_location": "L5", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_smtpserver_auth_go", "target": "go_pkg_github_com_emersion_go_sasl", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/auth.go", "source_location": "L7", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_smtpserver_auth_go", "target": "go_pkg_github_com_emersion_go_smtp", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/auth.go", "source_location": "L8", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_smtpserver_auth_go", "target": "go_pkg_mailgoserver_internal_db", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/auth.go", "source_location": "L9", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_smtpserver_auth_go", "target": "smtpserver_loginserver", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/auth.go", "source_location": "L15", "weight": 1.0}, {"source": "smtpserver_loginserver", "target": "smtpserver_loginserver_next", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/auth.go", "source_location": "L21", "weight": 1.0}, {"source": "smtpserver_session", "target": "smtpserver_session_authmechanisms", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/auth.go", "source_location": "L44", "weight": 1.0}, {"source": "smtpserver_session", "target": "smtpserver_session_auth", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/auth.go", "source_location": "L52", "weight": 1.0}, {"source": "smtpserver_session_auth", "target": "server", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/auth.go", "source_location": "L52", "weight": 1.0, "context": "return_type"}, {"source": "smtpserver_session", "target": "smtpserver_session_authenticate", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/auth.go", "source_location": "L69", "weight": 1.0}, {"source": "smtpserver_session", "target": "smtpserver_session_failauth", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/auth.go", "source_location": "L94", "weight": 1.0}, {"source": "smtpserver_session_auth", "target": "smtpserver_session_authenticate", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/auth.go", "source_location": "L58", "weight": 1.0}, {"source": "smtpserver_session_authenticate", "target": "smtpserver_session_failauth", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/smtpserver/auth.go", "source_location": "L74", "weight": 1.0}], "raw_calls": [{"caller_nid": "smtpserver_loginserver_next", "callee": "string", "is_member_call": false, "language": "go", "source_file": "internal/smtpserver/auth.go", "source_location": "L27"}, {"caller_nid": "smtpserver_loginserver_next", "callee": "string", "is_member_call": false, "language": "go", "source_file": "internal/smtpserver/auth.go", "source_location": "L31"}, {"caller_nid": "smtpserver_loginserver_next", "callee": "verify", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/auth.go", "source_location": "L32"}, {"caller_nid": "smtpserver_loginserver_next", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/smtpserver/auth.go", "source_location": "L37"}, {"caller_nid": "smtpserver_session_auth", "callee": "NewPlainServer", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/auth.go", "source_location": "L57"}, {"caller_nid": "smtpserver_session_authenticate", "callee": "GetSenderByEmail", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/auth.go", "source_location": "L70"}, {"caller_nid": "smtpserver_session_authenticate", "callee": "LogAuthAttempt", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/auth.go", "source_location": "L73"}, {"caller_nid": "smtpserver_session_authenticate", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/smtpserver/auth.go", "source_location": "L73"}, {"caller_nid": "smtpserver_session_authenticate", "callee": "CheckPassword", "is_member_call": false, "language": "go", "source_file": "internal/smtpserver/auth.go", "source_location": "L76"}, {"caller_nid": "smtpserver_session_authenticate", "callee": "LogAuthAttempt", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/auth.go", "source_location": "L77"}, {"caller_nid": "smtpserver_session_authenticate", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/smtpserver/auth.go", "source_location": "L77"}, {"caller_nid": "smtpserver_session_authenticate", "callee": "LogAuthAttempt", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/auth.go", "source_location": "L84"}, {"caller_nid": "smtpserver_session_failauth", "callee": "Sleep", "is_member_call": false, "language": "go", "source_file": "internal/smtpserver/auth.go", "source_location": "L97"}, {"caller_nid": "smtpserver_session_failauth", "callee": "Close", "is_member_call": true, "language": "go", "source_file": "internal/smtpserver/auth.go", "source_location": "L98"}]} |