1 line
8.0 KiB
JSON
1 line
8.0 KiB
JSON
{"nodes": [{"id": "$graphify-root$_internal_db_crud_senders_go", "label": "crud_senders.go", "file_type": "code", "source_file": "internal/db/crud_senders.go", "source_location": "L1"}, {"id": "db_senderwithdomain", "label": "SenderWithDomain", "file_type": "code", "source_file": "internal/db/crud_senders.go", "source_location": "L10"}, {"id": "sender", "label": "Sender", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/db/crud_senders.go"}, {"id": "db_db", "label": "DB", "file_type": "code", "source_file": "internal/db/crud_senders.go", "source_location": "L15"}, {"id": "db_db_listsenders", "label": ".ListSenders()", "file_type": "code", "source_file": "internal/db/crud_senders.go", "source_location": "L15"}, {"id": "db_db_getsenderbyid", "label": ".GetSenderByID()", "file_type": "code", "source_file": "internal/db/crud_senders.go", "source_location": "L35"}, {"id": "db_db_countactivesenders", "label": ".CountActiveSenders()", "file_type": "code", "source_file": "internal/db/crud_senders.go", "source_location": "L50"}, {"id": "db_db_emailexists", "label": ".EmailExists()", "file_type": "code", "source_file": "internal/db/crud_senders.go", "source_location": "L56"}, {"id": "db_db_createsender", "label": ".CreateSender()", "file_type": "code", "source_file": "internal/db/crud_senders.go", "source_location": "L62"}, {"id": "db_db_updatesender", "label": ".UpdateSender()", "file_type": "code", "source_file": "internal/db/crud_senders.go", "source_location": "L71"}, {"id": "db_db_setsenderactive", "label": ".SetSenderActive()", "file_type": "code", "source_file": "internal/db/crud_senders.go", "source_location": "L82"}, {"id": "db_db_removesender", "label": ".RemoveSender()", "file_type": "code", "source_file": "internal/db/crud_senders.go", "source_location": "L87"}], "edges": [{"source": "$graphify-root$_internal_db_crud_senders_go", "target": "go_pkg_database_sql", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/db/crud_senders.go", "source_location": "L4", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_db_crud_senders_go", "target": "go_pkg_errors", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/db/crud_senders.go", "source_location": "L5", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_db_crud_senders_go", "target": "db_senderwithdomain", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/db/crud_senders.go", "source_location": "L10", "weight": 1.0}, {"source": "db_senderwithdomain", "target": "sender", "relation": "embeds", "confidence": "EXTRACTED", "source_file": "internal/db/crud_senders.go", "source_location": "L11", "weight": 1.0}, {"source": "db_db", "target": "db_db_listsenders", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/db/crud_senders.go", "source_location": "L15", "weight": 1.0}, {"source": "db_db_listsenders", "target": "db_senderwithdomain", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/db/crud_senders.go", "source_location": "L15", "weight": 1.0, "context": "return_type"}, {"source": "db_db", "target": "db_db_getsenderbyid", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/db/crud_senders.go", "source_location": "L35", "weight": 1.0}, {"source": "db_db_getsenderbyid", "target": "sender", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/db/crud_senders.go", "source_location": "L35", "weight": 1.0, "context": "return_type"}, {"source": "db_db", "target": "db_db_countactivesenders", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/db/crud_senders.go", "source_location": "L50", "weight": 1.0}, {"source": "db_db", "target": "db_db_emailexists", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/db/crud_senders.go", "source_location": "L56", "weight": 1.0}, {"source": "db_db", "target": "db_db_createsender", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/db/crud_senders.go", "source_location": "L62", "weight": 1.0}, {"source": "db_db", "target": "db_db_updatesender", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/db/crud_senders.go", "source_location": "L71", "weight": 1.0}, {"source": "db_db", "target": "db_db_setsenderactive", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/db/crud_senders.go", "source_location": "L82", "weight": 1.0}, {"source": "db_db", "target": "db_db_removesender", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/db/crud_senders.go", "source_location": "L87", "weight": 1.0}], "raw_calls": [{"caller_nid": "db_db_listsenders", "callee": "Query", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_senders.go", "source_location": "L16"}, {"caller_nid": "db_db_listsenders", "callee": "Close", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_senders.go", "source_location": "L21"}, {"caller_nid": "db_db_listsenders", "callee": "Next", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_senders.go", "source_location": "L23"}, {"caller_nid": "db_db_listsenders", "callee": "Scan", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_senders.go", "source_location": "L26"}, {"caller_nid": "db_db_listsenders", "callee": "parseTime", "is_member_call": false, "language": "go", "source_file": "internal/db/crud_senders.go", "source_location": "L29"}, {"caller_nid": "db_db_listsenders", "callee": "Err", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_senders.go", "source_location": "L32"}, {"caller_nid": "db_db_getsenderbyid", "callee": "QueryRow", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_senders.go", "source_location": "L36"}, {"caller_nid": "db_db_getsenderbyid", "callee": "Scan", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_senders.go", "source_location": "L40"}, {"caller_nid": "db_db_getsenderbyid", "callee": "Is", "is_member_call": false, "language": "go", "source_file": "internal/db/crud_senders.go", "source_location": "L41"}, {"caller_nid": "db_db_getsenderbyid", "callee": "parseTime", "is_member_call": false, "language": "go", "source_file": "internal/db/crud_senders.go", "source_location": "L46"}, {"caller_nid": "db_db_countactivesenders", "callee": "Scan", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_senders.go", "source_location": "L52"}, {"caller_nid": "db_db_countactivesenders", "callee": "QueryRow", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_senders.go", "source_location": "L52"}, {"caller_nid": "db_db_emailexists", "callee": "Scan", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_senders.go", "source_location": "L58"}, {"caller_nid": "db_db_emailexists", "callee": "QueryRow", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_senders.go", "source_location": "L58"}, {"caller_nid": "db_db_createsender", "callee": "Exec", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_senders.go", "source_location": "L63"}, {"caller_nid": "db_db_createsender", "callee": "LastInsertId", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_senders.go", "source_location": "L68"}, {"caller_nid": "db_db_updatesender", "callee": "Exec", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_senders.go", "source_location": "L73"}, {"caller_nid": "db_db_updatesender", "callee": "Exec", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_senders.go", "source_location": "L77"}, {"caller_nid": "db_db_setsenderactive", "callee": "Exec", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_senders.go", "source_location": "L83"}, {"caller_nid": "db_db_removesender", "callee": "Exec", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_senders.go", "source_location": "L88"}]} |