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

1 line
24 KiB
JSON

{"nodes": [{"id": "$graphify-root$_main_go", "label": "main.go", "file_type": "code", "source_file": "main.go", "source_location": "L1"}, {"id": "$graphify-root$_main_main", "label": "main()", "file_type": "code", "source_file": "main.go", "source_location": "L26"}, {"id": "$graphify-root$_main_abspath", "label": "absPath()", "file_type": "code", "source_file": "main.go", "source_location": "L212"}, {"id": "$graphify-root$_main_writehealthjson", "label": "writeHealthJSON()", "file_type": "code", "source_file": "main.go", "source_location": "L219"}, {"id": "responsewriter", "label": "ResponseWriter", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/main.go"}, {"id": "db", "label": "DB", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/main.go"}], "edges": [{"source": "$graphify-root$_main_go", "target": "go_pkg_flag", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "main.go", "source_location": "L6", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_main_go", "target": "go_pkg_fmt", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "main.go", "source_location": "L7", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_main_go", "target": "go_pkg_net_http", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "main.go", "source_location": "L8", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_main_go", "target": "go_pkg_os", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "main.go", "source_location": "L9", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_main_go", "target": "go_pkg_path_filepath", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "main.go", "source_location": "L10", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_main_go", "target": "go_pkg_sync_atomic", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "main.go", "source_location": "L11", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_main_go", "target": "go_pkg_time", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "main.go", "source_location": "L12", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_main_go", "target": "go_pkg_mailgoserver_internal_config", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "main.go", "source_location": "L14", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_main_go", "target": "go_pkg_mailgoserver_internal_db", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "main.go", "source_location": "L15", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_main_go", "target": "go_pkg_mailgoserver_internal_dkim", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "main.go", "source_location": "L16", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_main_go", "target": "go_pkg_mailgoserver_internal_imapserver", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "main.go", "source_location": "L17", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_main_go", "target": "go_pkg_mailgoserver_internal_mailstore", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "main.go", "source_location": "L18", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_main_go", "target": "go_pkg_mailgoserver_internal_relay", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "main.go", "source_location": "L19", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_main_go", "target": "go_pkg_mailgoserver_internal_smtpserver", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "main.go", "source_location": "L20", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_main_go", "target": "go_pkg_mailgoserver_internal_tlsutil", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "main.go", "source_location": "L21", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_main_go", "target": "go_pkg_mailgoserver_internal_toolbox", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "main.go", "source_location": "L22", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_main_go", "target": "go_pkg_mailgoserver_internal_webui", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "main.go", "source_location": "L23", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_main_go", "target": "$graphify-root$_main_main", "relation": "contains", "confidence": "EXTRACTED", "source_file": "main.go", "source_location": "L26", "weight": 1.0}, {"source": "$graphify-root$_main_go", "target": "$graphify-root$_main_abspath", "relation": "contains", "confidence": "EXTRACTED", "source_file": "main.go", "source_location": "L212", "weight": 1.0}, {"source": "$graphify-root$_main_go", "target": "$graphify-root$_main_writehealthjson", "relation": "contains", "confidence": "EXTRACTED", "source_file": "main.go", "source_location": "L219", "weight": 1.0}, {"source": "$graphify-root$_main_writehealthjson", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "main.go", "source_location": "L219", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_main_writehealthjson", "target": "db", "relation": "references", "confidence": "EXTRACTED", "source_file": "main.go", "source_location": "L219", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_main_main", "target": "$graphify-root$_main_abspath", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "main.go", "source_location": "L93", "weight": 1.0}, {"source": "$graphify-root$_main_main", "target": "$graphify-root$_main_writehealthjson", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "main.go", "source_location": "L192", "weight": 1.0}], "raw_calls": [{"caller_nid": "$graphify-root$_main_main", "callee": "Parse", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L34"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Getwd", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L36"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Fprintln", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L38"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Exit", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L39"}, {"caller_nid": "$graphify-root$_main_main", "callee": "IsAbs", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L42"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Join", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L43"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Load", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L46"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Fprintln", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L48"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Exit", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L49"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Configure", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L51"}, {"caller_nid": "$graphify-root$_main_main", "callee": "GetLogger", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L52"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Info", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L58"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Info", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L59"}, {"caller_nid": "$graphify-root$_main_main", "callee": "AbsoluteSQLitePath", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L63"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Key", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L63"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Section", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L63"}, {"caller_nid": "$graphify-root$_main_main", "callee": "EnsureFolderExists", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L64"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Exit", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L66"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Open", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L68"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Exit", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L71"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Close", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L73"}, {"caller_nid": "$graphify-root$_main_main", "callee": "SeedDefaultAdminIfEmpty", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L75"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Exit", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L77"}, {"caller_nid": "$graphify-root$_main_main", "callee": "MustInt", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L80"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Key", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L80"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Section", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L80"}, {"caller_nid": "$graphify-root$_main_main", "callee": "New", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L81"}, {"caller_nid": "$graphify-root$_main_main", "callee": "New", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L82"}, {"caller_nid": "$graphify-root$_main_main", "callee": "GetLogger", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L82"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Key", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L84"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Section", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L84"}, {"caller_nid": "$graphify-root$_main_main", "callee": "MustString", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L86"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Key", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L86"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Section", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L86"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Key", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L88"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Section", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L88"}, {"caller_nid": "$graphify-root$_main_main", "callee": "IsAbs", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L89"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Join", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L90"}, {"caller_nid": "$graphify-root$_main_main", "callee": "MustString", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L93"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Key", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L93"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Section", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L93"}, {"caller_nid": "$graphify-root$_main_main", "callee": "MustString", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L94"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Key", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L94"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Section", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L94"}, {"caller_nid": "$graphify-root$_main_main", "callee": "LoadOrCreateMasterKey", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L95"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Exit", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L98"}, {"caller_nid": "$graphify-root$_main_main", "callee": "New", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L100"}, {"caller_nid": "$graphify-root$_main_main", "callee": "GetLogger", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L104"}, {"caller_nid": "$graphify-root$_main_main", "callee": "GetLogger", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L106"}, {"caller_nid": "$graphify-root$_main_main", "callee": "MustInt", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L111"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Key", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L111"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Section", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L111"}, {"caller_nid": "$graphify-root$_main_main", "callee": "MustInt", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L112"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Key", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L112"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Section", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L112"}, {"caller_nid": "$graphify-root$_main_main", "callee": "ResolveBanner", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L113"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Key", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L115"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Section", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L115"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Key", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L116"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Section", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L116"}, {"caller_nid": "$graphify-root$_main_main", "callee": "GenerateSelfSignedCert", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L117"}, {"caller_nid": "$graphify-root$_main_main", "callee": "CreateSSLContext", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L121"}, {"caller_nid": "$graphify-root$_main_main", "callee": "NewPlainServer", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L131"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L131"}, {"caller_nid": "$graphify-root$_main_main", "callee": "NewTLSServer", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L132"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L132"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Store", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L134"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Info", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L135"}, {"caller_nid": "$graphify-root$_main_main", "callee": "ListenAndServe", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L138"}, {"caller_nid": "$graphify-root$_main_main", "callee": "ListenAndServeTLS", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L142"}, {"caller_nid": "$graphify-root$_main_main", "callee": "MustInt", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L148"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Key", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L148"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Section", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L148"}, {"caller_nid": "$graphify-root$_main_main", "callee": "MustInt", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L149"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Key", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L149"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Section", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L149"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Key", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L151"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Section", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L151"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Key", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L152"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Section", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L152"}, {"caller_nid": "$graphify-root$_main_main", "callee": "GenerateSelfSignedCert", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L153"}, {"caller_nid": "$graphify-root$_main_main", "callee": "CreateSSLContext", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L157"}, {"caller_nid": "$graphify-root$_main_main", "callee": "NewPlainServer", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L163"}, {"caller_nid": "$graphify-root$_main_main", "callee": "NewTLSServer", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L164"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Info", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L166"}, {"caller_nid": "$graphify-root$_main_main", "callee": "ListenAndServe", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L169"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L169"}, {"caller_nid": "$graphify-root$_main_main", "callee": "ListenAndServeTLS", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L173"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L173"}, {"caller_nid": "$graphify-root$_main_main", "callee": "runIMAP", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L179"}, {"caller_nid": "$graphify-root$_main_main", "callee": "runSMTP", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L180"}, {"caller_nid": "$graphify-root$_main_main", "callee": "New", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L184"}, {"caller_nid": "$graphify-root$_main_main", "callee": "GetLogger", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L184"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Exit", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L187"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Mux", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L190"}, {"caller_nid": "$graphify-root$_main_main", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L191"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Load", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L192"}, {"caller_nid": "$graphify-root$_main_main", "callee": "HandleFunc", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L194"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Redirect", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L195"}, {"caller_nid": "$graphify-root$_main_main", "callee": "runSMTP", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L199"}, {"caller_nid": "$graphify-root$_main_main", "callee": "runIMAP", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L200"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Sleep", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L201"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L204"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Info", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L205"}, {"caller_nid": "$graphify-root$_main_main", "callee": "ListenAndServe", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L206"}, {"caller_nid": "$graphify-root$_main_main", "callee": "Exit", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L208"}, {"caller_nid": "$graphify-root$_main_abspath", "callee": "IsAbs", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L213"}, {"caller_nid": "$graphify-root$_main_abspath", "callee": "Join", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L216"}, {"caller_nid": "$graphify-root$_main_writehealthjson", "callee": "Ping", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L221"}, {"caller_nid": "$graphify-root$_main_writehealthjson", "callee": "Header", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L232"}, {"caller_nid": "$graphify-root$_main_writehealthjson", "callee": "Fprintf", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L233"}, {"caller_nid": "$graphify-root$_main_writehealthjson", "callee": "Format", "is_member_call": true, "language": "go", "source_file": "main.go", "source_location": "L234"}, {"caller_nid": "$graphify-root$_main_writehealthjson", "callee": "Now", "is_member_call": false, "language": "go", "source_file": "main.go", "source_location": "L234"}]}