{"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": "references", "confidence": "EXTRACTED", "source_file": "internal/db/crud.go", "source_location": "L36", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_internal_db_crud_go", "target": "$graphify-root$_internal_db_crud_scandkimkey", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/db/crud.go", "source_location": "L42", "weight": 1.0}, {"source": "$graphify-root$_internal_db_crud_scandkimkey", "target": "row", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/db/crud.go", "source_location": "L42", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_db_crud_scandkimkey", "target": "dkimkey", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/db/crud.go", "source_location": "L42", "weight": 1.0, "context": "return_type"}, {"source": "db_db_getdkimkeybydomainandselector", "target": "$graphify-root$_internal_db_crud_scandkimkey", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/db/crud.go", "source_location": "L27", "weight": 1.0}, {"source": "db_db_getactivedkimkeybydomainid", "target": "$graphify-root$_internal_db_crud_scandkimkey", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/db/crud.go", "source_location": "L33", "weight": 1.0}, {"source": "db_db_getdkimkeybyid", "target": "$graphify-root$_internal_db_crud_scandkimkey", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/db/crud.go", "source_location": "L39", "weight": 1.0}], "raw_calls": [{"caller_nid": "db_db_getdomainbynameexact", "callee": "QueryRow", "is_member_call": true, "language": "go", "source_file": "internal/db/crud.go", "source_location": "L13"}, {"caller_nid": "db_db_getdomainbynameexact", "callee": "scanDomain", "is_member_call": false, "language": "go", "source_file": "internal/db/crud.go", "source_location": "L14"}, {"caller_nid": "db_db_getdomainbyid", "callee": "QueryRow", "is_member_call": true, "language": "go", "source_file": "internal/db/crud.go", "source_location": "L20"}, {"caller_nid": "db_db_getdomainbyid", "callee": "scanDomain", "is_member_call": false, "language": "go", "source_file": "internal/db/crud.go", "source_location": "L21"}, {"caller_nid": "db_db_getdkimkeybydomainandselector", "callee": "QueryRow", "is_member_call": true, "language": "go", "source_file": "internal/db/crud.go", "source_location": "L25"}, {"caller_nid": "db_db_getactivedkimkeybydomainid", "callee": "QueryRow", "is_member_call": true, "language": "go", "source_file": "internal/db/crud.go", "source_location": "L31"}, {"caller_nid": "db_db_getdkimkeybyid", "callee": "QueryRow", "is_member_call": true, "language": "go", "source_file": "internal/db/crud.go", "source_location": "L37"}, {"caller_nid": "$graphify-root$_internal_db_crud_scandkimkey", "callee": "Scan", "is_member_call": true, "language": "go", "source_file": "internal/db/crud.go", "source_location": "L46"}, {"caller_nid": "$graphify-root$_internal_db_crud_scandkimkey", "callee": "Is", "is_member_call": false, "language": "go", "source_file": "internal/db/crud.go", "source_location": "L47"}, {"caller_nid": "$graphify-root$_internal_db_crud_scandkimkey", "callee": "parseTime", "is_member_call": false, "language": "go", "source_file": "internal/db/crud.go", "source_location": "L52"}, {"caller_nid": "$graphify-root$_internal_db_crud_scandkimkey", "callee": "parseTime", "is_member_call": false, "language": "go", "source_file": "internal/db/crud.go", "source_location": "L54"}]}