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

1 line
7.3 KiB
JSON

{"nodes": [{"id": "$graphify-root$_internal_db_crud_ips_go", "label": "crud_ips.go", "file_type": "code", "source_file": "internal/db/crud_ips.go", "source_location": "L1"}, {"id": "db_whitelistedipwithdomain", "label": "WhitelistedIPWithDomain", "file_type": "code", "source_file": "internal/db/crud_ips.go", "source_location": "L8"}, {"id": "whitelistedip", "label": "WhitelistedIP", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/db/crud_ips.go"}, {"id": "db_db", "label": "DB", "file_type": "code", "source_file": "internal/db/crud_ips.go", "source_location": "L13"}, {"id": "db_db_listwhitelistedips", "label": ".ListWhitelistedIPs()", "file_type": "code", "source_file": "internal/db/crud_ips.go", "source_location": "L13"}, {"id": "db_db_getwhitelistedipbyid", "label": ".GetWhitelistedIPByID()", "file_type": "code", "source_file": "internal/db/crud_ips.go", "source_location": "L33"}, {"id": "db_db_ippairexists", "label": ".IPPairExists()", "file_type": "code", "source_file": "internal/db/crud_ips.go", "source_location": "L47"}, {"id": "db_db_createwhitelistedip", "label": ".CreateWhitelistedIP()", "file_type": "code", "source_file": "internal/db/crud_ips.go", "source_location": "L53"}, {"id": "db_db_updatewhitelistedip", "label": ".UpdateWhitelistedIP()", "file_type": "code", "source_file": "internal/db/crud_ips.go", "source_location": "L61"}, {"id": "db_db_setwhitelistedipactive", "label": ".SetWhitelistedIPActive()", "file_type": "code", "source_file": "internal/db/crud_ips.go", "source_location": "L66"}, {"id": "db_db_removewhitelistedip", "label": ".RemoveWhitelistedIP()", "file_type": "code", "source_file": "internal/db/crud_ips.go", "source_location": "L71"}], "edges": [{"source": "$graphify-root$_internal_db_crud_ips_go", "target": "go_pkg_database_sql", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/db/crud_ips.go", "source_location": "L4", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_db_crud_ips_go", "target": "go_pkg_errors", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/db/crud_ips.go", "source_location": "L5", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_db_crud_ips_go", "target": "db_whitelistedipwithdomain", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/db/crud_ips.go", "source_location": "L8", "weight": 1.0}, {"source": "db_whitelistedipwithdomain", "target": "whitelistedip", "relation": "embeds", "confidence": "EXTRACTED", "source_file": "internal/db/crud_ips.go", "source_location": "L9", "weight": 1.0}, {"source": "db_db", "target": "db_db_listwhitelistedips", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/db/crud_ips.go", "source_location": "L13", "weight": 1.0}, {"source": "db_db_listwhitelistedips", "target": "db_whitelistedipwithdomain", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/db/crud_ips.go", "source_location": "L13", "weight": 1.0, "context": "return_type"}, {"source": "db_db", "target": "db_db_getwhitelistedipbyid", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/db/crud_ips.go", "source_location": "L33", "weight": 1.0}, {"source": "db_db_getwhitelistedipbyid", "target": "whitelistedip", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/db/crud_ips.go", "source_location": "L33", "weight": 1.0, "context": "return_type"}, {"source": "db_db", "target": "db_db_ippairexists", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/db/crud_ips.go", "source_location": "L47", "weight": 1.0}, {"source": "db_db", "target": "db_db_createwhitelistedip", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/db/crud_ips.go", "source_location": "L53", "weight": 1.0}, {"source": "db_db", "target": "db_db_updatewhitelistedip", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/db/crud_ips.go", "source_location": "L61", "weight": 1.0}, {"source": "db_db", "target": "db_db_setwhitelistedipactive", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/db/crud_ips.go", "source_location": "L66", "weight": 1.0}, {"source": "db_db", "target": "db_db_removewhitelistedip", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/db/crud_ips.go", "source_location": "L71", "weight": 1.0}], "raw_calls": [{"caller_nid": "db_db_listwhitelistedips", "callee": "Query", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_ips.go", "source_location": "L14"}, {"caller_nid": "db_db_listwhitelistedips", "callee": "Close", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_ips.go", "source_location": "L19"}, {"caller_nid": "db_db_listwhitelistedips", "callee": "Next", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_ips.go", "source_location": "L21"}, {"caller_nid": "db_db_listwhitelistedips", "callee": "Scan", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_ips.go", "source_location": "L24"}, {"caller_nid": "db_db_listwhitelistedips", "callee": "parseTime", "is_member_call": false, "language": "go", "source_file": "internal/db/crud_ips.go", "source_location": "L27"}, {"caller_nid": "db_db_listwhitelistedips", "callee": "Err", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_ips.go", "source_location": "L30"}, {"caller_nid": "db_db_getwhitelistedipbyid", "callee": "QueryRow", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_ips.go", "source_location": "L34"}, {"caller_nid": "db_db_getwhitelistedipbyid", "callee": "Scan", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_ips.go", "source_location": "L37"}, {"caller_nid": "db_db_getwhitelistedipbyid", "callee": "Is", "is_member_call": false, "language": "go", "source_file": "internal/db/crud_ips.go", "source_location": "L38"}, {"caller_nid": "db_db_getwhitelistedipbyid", "callee": "parseTime", "is_member_call": false, "language": "go", "source_file": "internal/db/crud_ips.go", "source_location": "L43"}, {"caller_nid": "db_db_ippairexists", "callee": "Scan", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_ips.go", "source_location": "L49"}, {"caller_nid": "db_db_ippairexists", "callee": "QueryRow", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_ips.go", "source_location": "L49"}, {"caller_nid": "db_db_createwhitelistedip", "callee": "Exec", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_ips.go", "source_location": "L54"}, {"caller_nid": "db_db_createwhitelistedip", "callee": "LastInsertId", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_ips.go", "source_location": "L58"}, {"caller_nid": "db_db_updatewhitelistedip", "callee": "Exec", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_ips.go", "source_location": "L62"}, {"caller_nid": "db_db_setwhitelistedipactive", "callee": "Exec", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_ips.go", "source_location": "L67"}, {"caller_nid": "db_db_removewhitelistedip", "callee": "Exec", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_ips.go", "source_location": "L72"}]}