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

1 line
16 KiB
JSON
Raw Normal View History

2026-08-12 21:14:19 +01:00
{"nodes": [{"id": "$graphify-root$_internal_db_crud_mailboxes_go", "label": "crud_mailboxes.go", "file_type": "code", "source_file": "internal/db/crud_mailboxes.go", "source_location": "L1"}, {"id": "$graphify-root$_internal_db_crud_mailboxes_scanmailbox", "label": "scanMailbox()", "file_type": "code", "source_file": "internal/db/crud_mailboxes.go", "source_location": "L10"}, {"id": "row", "label": "Row", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/db/crud_mailboxes.go"}, {"id": "mailbox", "label": "Mailbox", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/db/crud_mailboxes.go"}, {"id": "db_mailboxwithdomain", "label": "MailboxWithDomain", "file_type": "code", "source_file": "internal/db/crud_mailboxes.go", "source_location": "L28"}, {"id": "db_db", "label": "DB", "file_type": "code", "source_file": "internal/db/crud_mailboxes.go", "source_location": "L33"}, {"id": "db_db_listmailboxes", "label": ".ListMailboxes()", "file_type": "code", "source_file": "internal/db/crud_mailboxes.go", "source_location": "L33"}, {"id": "db_db_listmailboxesfordomain", "label": ".ListMailboxesForDomain()", "file_type": "code", "source_file": "internal/db/crud_mailboxes.go", "source_location": "L57"}, {"id": "db_db_getmailboxbyid", "label": ".GetMailboxByID()", "file_type": "code", "source_file": "internal/db/crud_mailboxes.go", "source_location": "L80"}, {"id": "db_db_getmailboxbyemail", "label": ".GetMailboxByEmail()", "file_type": "code", "source_file": "internal/db/crud_mailboxes.go", "source_location": "L89"}, {"id": "db_db_mailboxemailexists", "label": ".MailboxEmailExists()", "file_type": "code", "source_file": "internal/db/crud_mailboxes.go", "source_location": "L94"}, {"id": "db_db_createmailbox", "label": ".CreateMailbox()", "file_type": "code", "source_file": "internal/db/crud_mailboxes.go", "source_location": "L102"}, {"id": "db_db_setmailboxactive", "label": ".SetMailboxActive()", "file_type": "code", "source_file": "internal/db/crud_mailboxes.go", "source_location": "L111"}, {"id": "db_db_setmailboxquota", "label": ".SetMailboxQuota()", "file_type": "code", "source_file": "internal/db/crud_mailboxes.go", "source_location": "L116"}, {"id": "db_db_setmailboxpasswordhash", "label": ".SetMailboxPasswordHash()", "file_type": "code", "source_file": "internal/db/crud_mailboxes.go", "source_location": "L121"}, {"id": "db_db_setmailboxtotpsecret", "label": ".SetMailboxTOTPSecret()", "file_type": "code", "source_file": "internal/db/crud_mailboxes.go", "source_location": "L126"}, {"id": "db_db_disablemailboxtotp", "label": ".DisableMailboxTOTP()", "file_type": "code", "source_file": "internal/db/crud_mailboxes.go", "source_location": "L131"}, {"id": "db_db_addmailboxusedbytes", "label": ".AddMailboxUsedBytes()", "file_type": "code", "source_file": "internal/db/crud_mailboxes.go", "source_location": "L138"}, {"id": "db_db_getdomaindefaultquota", "label": ".GetDomainDefaultQuota()", "file_type": "code", "source_file": "internal/db/crud_mailboxes.go", "source_location": "L143"}, {"id": "db_db_setdomaindefaultquota", "label": ".SetDomainDefaultQuota()", "file_type": "code", "source_file": "internal/db/crud_mailboxes.go", "source_location": "L149"}, {"id": "db_db_removemailboxcascade", "label": ".RemoveMailboxCascade()", "file_type": "code", "source_file": "internal/db/crud_mailboxes.go", "source_location": "L158"}], "edges": [{"source": "$graphify-root$_internal_db_crud_mailboxes_go", "target": "go_pkg_database_sql", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/db/crud_mailboxes.go", "source_location": "L4", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_db_crud_mailboxes_go", "target": "go_pkg_errors", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/db/crud_mailboxes.go", "source_location": "L5", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_db_crud_mailboxes_go", "target": "$graphify-root$_internal_db_crud_