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

1 line
9.6 KiB
JSON
Raw Normal View History

2026-08-12 21:14:19 +01:00
{"nodes": [{"id": "$graphify-root$_internal_db_crud_mailbox_app_passwords_go", "label": "crud_mailbox_app_passwords.go", "file_type": "code", "source_file": "internal/db/crud_mailbox_app_passwords.go", "source_location": "L1"}, {"id": "$graphify-root$_internal_db_crud_mailbox_app_passwords_generateapppassword", "label": "GenerateAppPassword()", "file_type": "code", "source_file": "internal/db/crud_mailbox_app_passwords.go", "source_location": "L15"}, {"id": "db_db", "label": "DB", "file_type": "code", "source_file": "internal/db/crud_mailbox_app_passwords.go", "source_location": "L28"}, {"id": "db_db_listapppasswordsformailbox", "label": ".ListAppPasswordsForMailbox()", "file_type": "code", "source_file": "internal/db/crud_mailbox_app_passwords.go", "source_location": "L28"}, {"id": "mailboxapppassword", "label": "MailboxAppPassword", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/db/crud_mailbox_app_passwords.go"}, {"id": "db_db_createapppassword", "label": ".CreateAppPassword()", "file_type": "code", "source_file": "internal/db/crud_mailbox_app_passwords.go", "source_location": "L53"}, {"id": "db_db_verifymailboxapppassword", "label": ".VerifyMailboxAppPassword()", "file_type": "code", "source_file": "internal/db/crud_mailbox_app_passwords.go", "source_location": "L65"}, {"id": "mailbox", "label": "Mailbox", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/db/crud_mailbox_app_passwords.go"}, {"id": "db_db_setapppasswordactive", "label": ".SetAppPasswordActive()", "file_type": "code", "source_file": "internal/db/crud_mailbox_app_passwords.go", "source_location": "L106"}, {"id": "db_db_removeapppassword", "label": ".RemoveAppPassword()", "file_type": "code", "source_file": "internal/db/crud_mailbox_app_passwords.go", "source_location": "L114"}], "edges": [{"source": "$graphify-root$_internal_db_crud_mailbox_app_passwords_go", "target": "go_pkg_crypto_rand", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/db/crud_mailbox_app_passwords.go", "source_location": "L4", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_db_crud_mailbox_app_passwords_go", "target": "go_pkg_database_sql", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/db/crud_mailbox_app_passwords.go", "source_location": "L5", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_db_crud_mailbox_app_passwords_go", "target": "go_pkg_math_big", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/db/crud_mailbox_app_passwords.go", "source_location": "L6", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_db_crud_mailbox_app_passwords_go", "target": "go_pkg_time", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/db/crud_mailbox_app_passwords.go", "source_location": "L7", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_db_crud_mailbox_app_passwords_go", "target": "$graphify-root$_internal_db_crud_mailbox_app_passwords_generateapppassword", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/db/crud_mailbox_app_passwords.go", "source_location": "L15", "weight": 1.0}, {"source": "db_db", "target": "db_db_listapppasswordsformailbox", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/db/crud_mailbox_app_passwords.go", "source_location": "L28", "weight": 1.0}, {"source": "db_db_listapppasswordsformailbox", "target": "mailboxapppassword", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/db/crud_mailbox_app_passwords.go", "source_location": "L28", "weight": 1.0, "context": "return_type"}, {"source": "db_db", "target": "db_db_createapppassword", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/db/crud_mailbox_app_passwords.go", "source_location": "L53", "weight": 1.0}, {"source": "db_db", "target": "db_db_verifymailboxapppassword", "relation": "method"