1 line
18 KiB
JSON
1 line
18 KiB
JSON
{"nodes": [{"id": "$graphify-root$_internal_dkim_dkim_go", "label": "dkim.go", "file_type": "code", "source_file": "internal/dkim/dkim.go", "source_location": "L1"}, {"id": "$graphify-root$_internal_dkim_dkim_generateselector", "label": "GenerateSelector()", "file_type": "code", "source_file": "internal/dkim/dkim.go", "source_location": "L30"}, {"id": "dkim_manager", "label": "Manager", "file_type": "code", "source_file": "internal/dkim/dkim.go", "source_location": "L41"}, {"id": "db", "label": "DB", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/dkim/dkim.go"}, {"id": "$graphify-root$_internal_dkim_dkim_new", "label": "New()", "file_type": "code", "source_file": "internal/dkim/dkim.go", "source_location": "L46"}, {"id": "dkim_manager_generatedkimkeypair", "label": ".GenerateDKIMKeypair()", "file_type": "code", "source_file": "internal/dkim/dkim.go", "source_location": "L56"}, {"id": "$graphify-root$_internal_dkim_dkim_encodekeypair", "label": "encodeKeyPair()", "file_type": "code", "source_file": "internal/dkim/dkim.go", "source_location": "L103"}, {"id": "privatekey", "label": "PrivateKey", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/dkim/dkim.go"}, {"id": "dkim_manager_getactivedkimkey", "label": ".GetActiveDKIMKey()", "file_type": "code", "source_file": "internal/dkim/dkim.go", "source_location": "L119"}, {"id": "dkimkey", "label": "DKIMKey", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/dkim/dkim.go"}, {"id": "dkim_dnsrecord", "label": "DNSRecord", "file_type": "code", "source_file": "internal/dkim/dkim.go", "source_location": "L129"}, {"id": "dkim_manager_getdkimpublickeyrecord", "label": ".GetDKIMPublicKeyRecord()", "file_type": "code", "source_file": "internal/dkim/dkim.go", "source_location": "L136"}, {"id": "$graphify-root$_internal_dkim_dkim_rawbase64frompem", "label": "rawBase64FromPEM()", "file_type": "code", "source_file": "internal/dkim/dkim.go", "source_location": "L149"}, {"id": "dkim_manager_sign", "label": ".Sign()", "file_type": "code", "source_file": "internal/dkim/dkim.go", "source_location": "L160"}, {"id": "$graphify-root$_internal_dkim_dkim_stripexistingsignature", "label": "stripExistingSignature()", "file_type": "code", "source_file": "internal/dkim/dkim.go", "source_location": "L198"}, {"id": "dkim_manager_getactivecustomheaders", "label": ".GetActiveCustomHeaders()", "file_type": "code", "source_file": "internal/dkim/dkim.go", "source_location": "L220"}], "edges": [{"source": "$graphify-root$_internal_dkim_dkim_go", "target": "go_pkg_crypto", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dkim/dkim.go", "source_location": "L6", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dkim_dkim_go", "target": "go_pkg_crypto_rand", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dkim/dkim.go", "source_location": "L7", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dkim_dkim_go", "target": "go_pkg_crypto_rsa", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dkim/dkim.go", "source_location": "L8", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dkim_dkim_go", "target": "go_pkg_crypto_x509", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dkim/dkim.go", "source_location": "L9", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dkim_dkim_go", "target": "go_pkg_encoding_base64", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dkim/dkim.go", "source_location": "L10", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dkim_dkim_go", "target": "go_pkg_encoding_pem", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dkim/dkim.go", "source_location": "L11", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal
|