Files
gomail/graphify-out/cache/ast/v0.9.37/bc20c872a2480d715fc57854044f5f8f9f196f1504e600a1a9b895b3b11e416b.json
T

1 line
13 KiB
JSON
Raw Normal View History

2026-08-09 18:03:09 +01:00
{"nodes": [{"id": "$graphify-root$_internal_acme_jws_go", "label": "jws.go", "file_type": "code", "source_file": "internal/acme/jws.go", "source_location": "L1"}, {"id": "acme_accountkey", "label": "AccountKey", "file_type": "code", "source_file": "internal/acme/jws.go", "source_location": "L25"}, {"id": "privatekey", "label": "PrivateKey", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/acme/jws.go"}, {"id": "$graphify-root$_internal_acme_jws_generateaccountkey", "label": "GenerateAccountKey()", "file_type": "code", "source_file": "internal/acme/jws.go", "source_location": "L29"}, {"id": "acme_accountkey_marshalpem", "label": ".MarshalPEM()", "file_type": "code", "source_file": "internal/acme/jws.go", "source_location": "L37"}, {"id": "$graphify-root$_internal_acme_jws_parseaccountkeypem", "label": "ParseAccountKeyPEM()", "file_type": "code", "source_file": "internal/acme/jws.go", "source_location": "L45"}, {"id": "acme_jwk", "label": "jwk", "file_type": "code", "source_file": "internal/acme/jws.go", "source_location": "L60"}, {"id": "acme_accountkey_jwkvalue", "label": ".jwkValue()", "file_type": "code", "source_file": "internal/acme/jws.go", "source_location": "L67"}, {"id": "acme_accountkey_thumbprint", "label": ".thumbprint()", "file_type": "code", "source_file": "internal/acme/jws.go", "source_location": "L78"}, {"id": "acme_accountkey_signjws", "label": ".signJWS()", "file_type": "code", "source_file": "internal/acme/jws.go", "source_location": "L90"}, {"id": "$graphify-root$_internal_acme_jws_b64", "label": "b64()", "file_type": "code", "source_file": "internal/acme/jws.go", "source_location": "L132"}, {"id": "$graphify-root$_internal_acme_jws_leftpad", "label": "leftPad()", "file_type": "code", "source_file": "internal/acme/jws.go", "source_location": "L136"}], "edges": [{"source": "$graphify-root$_internal_acme_jws_go", "target": "go_pkg_crypto_ecdsa", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L11", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_acme_jws_go", "target": "go_pkg_crypto_elliptic", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L12", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_acme_jws_go", "target": "go_pkg_crypto_rand", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L13", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_acme_jws_go", "target": "go_pkg_crypto_sha256", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L14", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_acme_jws_go", "target": "go_pkg_crypto_x509", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L15", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_acme_jws_go", "target": "go_pkg_encoding_base64", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L16", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_acme_jws_go", "target": "go_pkg_encoding_json", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L17", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_acme_jws_go", "target": "go_pkg_encoding_pem", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L18", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_acme_jws_go", "target": "go_pkg_fmt", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/acme/jws.go", "source_location": "L19", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_acme_jws_go", "target": "