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

1 line
7.5 KiB
JSON
Raw Normal View History

2026-08-12 21:14:19 +01:00
{"nodes": [{"id": "$graphify-root$_internal_db_crud_go", "label": "crud.go", "file_type": "code", "source_file": "internal/db/crud.go", "source_location": "L1"}, {"id": "db_db", "label": "DB", "file_type": "code", "source_file": "internal/db/crud.go", "source_location": "L12"}, {"id": "db_db_getdomainbynameexact", "label": ".GetDomainByNameExact()", "file_type": "code", "source_file": "internal/db/crud.go", "source_location": "L12"}, {"id": "domain", "label": "Domain", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/db/crud.go"}, {"id": "db_db_getdomainbyid", "label": ".GetDomainByID()", "file_type": "code", "source_file": "internal/db/crud.go", "source_location": "L19"}, {"id": "db_db_getdkimkeybydomainandselector", "label": ".GetDKIMKeyByDomainAndSelector()", "file_type": "code", "source_file": "internal/db/crud.go", "source_location": "L24"}, {"id": "dkimkey", "label": "DKIMKey", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/db/crud.go"}, {"id": "db_db_getactivedkimkeybydomainid", "label": ".GetActiveDKIMKeyByDomainID()", "file_type": "code", "source_file": "internal/db/crud.go", "source_location": "L30"}, {"id": "db_db_getdkimkeybyid", "label": ".GetDKIMKeyByID()", "file_type": "code", "source_file": "internal/db/crud.go", "source_location": "L36"}, {"id": "$graphify-root$_internal_db_crud_scandkimkey", "label": "scanDKIMKey()", "file_type": "code", "source_file": "internal/db/crud.go", "source_location": "L42"}, {"id": "row", "label": "Row", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/db/crud.go"}], "edges": [{"source": "$graphify-root$_internal_db_crud_go", "target": "go_pkg_database_sql", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/db/crud.go", "source_location": "L4", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_db_crud_go", "target": "go_pkg_errors", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/db/crud.go", "source_location": "L5", "weight": 1.0, "context": "import"}, {"source": "db_db", "target": "db_db_getdomainbynameexact", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/db/crud.go", "source_location": "L12", "weight": 1.0}, {"source": "db_db_getdomainbynameexact", "target": "domain", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/db/crud.go", "source_location": "L12", "weight": 1.0, "context": "return_type"}, {"source": "db_db", "target": "db_db_getdomainbyid", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/db/crud.go", "source_location": "L19", "weight": 1.0}, {"source": "db_db_getdomainbyid", "target": "domain", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/db/crud.go", "source_location": "L19", "weight": 1.0, "context": "return_type"}, {"source": "db_db", "target": "db_db_getdkimkeybydomainandselector", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/db/crud.go", "source_location": "L24", "weight": 1.0}, {"source": "db_db_getdkimkeybydomainandselector", "target": "dkimkey", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/db/crud.go", "source_location": "L24", "weight": 1.0, "context": "return_type"}, {"source": "db_db", "target": "db_db_getactivedkimkeybydomainid", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/db/crud.go", "source_location": "L30", "weight": 1.0}, {"source": "db_db_getactivedkimkeybydomainid", "target": "dkimkey", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/db/crud.go", "source_location": "L30", "weight": 1.0, "context": "return_type"}, {"source": "db_db", "target": "db_db_getdkimkeybyid", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/db/crud.go", "source_location": "L36", "weight": 1.0}, {"source": "db_db_getdkimkeybyid", "target": "dkimkey", "relation": "refer