1 line
17 KiB
JSON
1 line
17 KiB
JSON
{"nodes": [{"id": "$graphify-root$_internal_dkim_sign_go", "label": "sign.go", "file_type": "code", "source_file": "internal/dkim/sign.go", "source_location": "L1"}, {"id": "$graphify-root$_internal_dkim_sign_sign", "label": "Sign()", "file_type": "code", "source_file": "internal/dkim/sign.go", "source_location": "L24"}, {"id": "$graphify-root$_internal_dkim_sign_builddkimheader", "label": "buildDKIMHeader()", "file_type": "code", "source_file": "internal/dkim/sign.go", "source_location": "L77"}, {"id": "$graphify-root$_internal_dkim_sign_splitmessage", "label": "splitMessage()", "file_type": "code", "source_file": "internal/dkim/sign.go", "source_location": "L86"}, {"id": "$graphify-root$_internal_dkim_sign_parseheaders", "label": "parseHeaders()", "file_type": "code", "source_file": "internal/dkim/sign.go", "source_location": "L103"}, {"id": "$graphify-root$_internal_dkim_sign_canonicalizeheadersrelaxed", "label": "canonicalizeHeadersRelaxed()", "file_type": "code", "source_file": "internal/dkim/sign.go", "source_location": "L139"}, {"id": "$graphify-root$_internal_dkim_sign_canonicalizeheaderrelaxed", "label": "canonicalizeHeaderRelaxed()", "file_type": "code", "source_file": "internal/dkim/sign.go", "source_location": "L151"}, {"id": "$graphify-root$_internal_dkim_sign_collapsewsp", "label": "collapseWSP()", "file_type": "code", "source_file": "internal/dkim/sign.go", "source_location": "L159"}, {"id": "$graphify-root$_internal_dkim_sign_canonicalizebodyrelaxed", "label": "canonicalizeBodyRelaxed()", "file_type": "code", "source_file": "internal/dkim/sign.go", "source_location": "L167"}], "edges": [{"source": "$graphify-root$_internal_dkim_sign_go", "target": "go_pkg_bytes", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dkim/sign.go", "source_location": "L4", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dkim_sign_go", "target": "go_pkg_crypto", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dkim/sign.go", "source_location": "L5", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dkim_sign_go", "target": "go_pkg_crypto_rand", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dkim/sign.go", "source_location": "L6", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dkim_sign_go", "target": "go_pkg_crypto_rsa", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dkim/sign.go", "source_location": "L7", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dkim_sign_go", "target": "go_pkg_crypto_sha256", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dkim/sign.go", "source_location": "L8", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dkim_sign_go", "target": "go_pkg_encoding_base64", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dkim/sign.go", "source_location": "L9", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dkim_sign_go", "target": "go_pkg_fmt", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dkim/sign.go", "source_location": "L10", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dkim_sign_go", "target": "go_pkg_regexp", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dkim/sign.go", "source_location": "L11", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dkim_sign_go", "target": "go_pkg_strings", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dkim/sign.go", "source_location": "L12", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dkim_sign_go", "target": "go_pkg_time", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dkim/sign.go", "source_location": "L13", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dkim_sign_go", "target": "$graphify-root$_in
|