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

1 line
13 KiB
JSON
Raw Normal View History

2026-08-09 18:03:09 +01:00
{"nodes": [{"id": "$graphify-root$_internal_totp_totp_go", "label": "totp.go", "file_type": "code", "source_file": "internal/totp/totp.go", "source_location": "L1"}, {"id": "$graphify-root$_internal_totp_totp_generatesecret", "label": "GenerateSecret()", "file_type": "code", "source_file": "internal/totp/totp.go", "source_location": "L29"}, {"id": "$graphify-root$_internal_totp_totp_generate", "label": "Generate()", "file_type": "code", "source_file": "internal/totp/totp.go", "source_location": "L40"}, {"id": "time", "label": "Time", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/totp/totp.go"}, {"id": "$graphify-root$_internal_totp_totp_validate", "label": "Validate()", "file_type": "code", "source_file": "internal/totp/totp.go", "source_location": "L52"}, {"id": "$graphify-root$_internal_totp_totp_hotp", "label": "hotp()", "file_type": "code", "source_file": "internal/totp/totp.go", "source_location": "L71"}, {"id": "$graphify-root$_internal_totp_totp_decodesecret", "label": "decodeSecret()", "file_type": "code", "source_file": "internal/totp/totp.go", "source_location": "L92"}, {"id": "$graphify-root$_internal_totp_totp_provisioninguri", "label": "ProvisioningURI()", "file_type": "code", "source_file": "internal/totp/totp.go", "source_location": "L114"}], "edges": [{"source": "$graphify-root$_internal_totp_totp_go", "target": "go_pkg_crypto_hmac", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/totp/totp.go", "source_location": "L9", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_totp_totp_go", "target": "go_pkg_crypto_rand", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/totp/totp.go", "source_location": "L10", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_totp_totp_go", "target": "go_pkg_crypto_sha1", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/totp/totp.go", "source_location": "L11", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_totp_totp_go", "target": "go_pkg_encoding_base32", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/totp/totp.go", "source_location": "L12", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_totp_totp_go", "target": "go_pkg_fmt", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/totp/totp.go", "source_location": "L13", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_totp_totp_go", "target": "go_pkg_math", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/totp/totp.go", "source_location": "L14", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_totp_totp_go", "target": "go_pkg_net_url", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/totp/totp.go", "source_location": "L15", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_totp_totp_go", "target": "go_pkg_strconv", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/totp/totp.go", "source_location": "L16", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_totp_totp_go", "target": "go_pkg_strings", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/totp/totp.go", "source_location": "L17", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_totp_totp_go", "target": "go_pkg_time", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/totp/totp.go", "source_location": "L18", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_totp_totp_go", "target": "$graphify-root$_internal_totp_totp_generatesecret", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/totp/totp.go", "source_location": "L29", "weight": 1.0}, {"source": "$graphify-root$_internal_totp_totp_go", "target": "$graphify-root$_internal_totp_totp_generate", "re