1 line
13 KiB
JSON
1 line
13 KiB
JSON
{"nodes": [{"id": "$graphify-root$_internal_webtoken_webtoken_go", "label": "webtoken.go", "file_type": "code", "source_file": "internal/webtoken/webtoken.go", "source_location": "L1"}, {"id": "webtoken_claims", "label": "Claims", "file_type": "code", "source_file": "internal/webtoken/webtoken.go", "source_location": "L21"}, {"id": "$graphify-root$_internal_webtoken_webtoken_issue", "label": "Issue()", "file_type": "code", "source_file": "internal/webtoken/webtoken.go", "source_location": "L33"}, {"id": "duration", "label": "Duration", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/webtoken/webtoken.go"}, {"id": "$graphify-root$_internal_webtoken_webtoken_issuewithpurpose", "label": "IssueWithPurpose()", "file_type": "code", "source_file": "internal/webtoken/webtoken.go", "source_location": "L41"}, {"id": "$graphify-root$_internal_webtoken_webtoken_verify", "label": "Verify()", "file_type": "code", "source_file": "internal/webtoken/webtoken.go", "source_location": "L59"}, {"id": "$graphify-root$_internal_webtoken_webtoken_sign", "label": "sign()", "file_type": "code", "source_file": "internal/webtoken/webtoken.go", "source_location": "L87"}, {"id": "$graphify-root$_internal_webtoken_webtoken_base64urlencode", "label": "base64URLEncode()", "file_type": "code", "source_file": "internal/webtoken/webtoken.go", "source_location": "L93"}, {"id": "$graphify-root$_internal_webtoken_webtoken_base64urldecode", "label": "base64URLDecode()", "file_type": "code", "source_file": "internal/webtoken/webtoken.go", "source_location": "L97"}], "edges": [{"source": "$graphify-root$_internal_webtoken_webtoken_go", "target": "go_pkg_crypto_hmac", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webtoken/webtoken.go", "source_location": "L11", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webtoken_webtoken_go", "target": "go_pkg_crypto_sha256", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webtoken/webtoken.go", "source_location": "L12", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webtoken_webtoken_go", "target": "go_pkg_crypto_subtle", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webtoken/webtoken.go", "source_location": "L13", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webtoken_webtoken_go", "target": "go_pkg_encoding_base64", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webtoken/webtoken.go", "source_location": "L14", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webtoken_webtoken_go", "target": "go_pkg_encoding_json", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webtoken/webtoken.go", "source_location": "L15", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webtoken_webtoken_go", "target": "go_pkg_fmt", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webtoken/webtoken.go", "source_location": "L16", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webtoken_webtoken_go", "target": "go_pkg_strings", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webtoken/webtoken.go", "source_location": "L17", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webtoken_webtoken_go", "target": "go_pkg_time", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webtoken/webtoken.go", "source_location": "L18", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webtoken_webtoken_go", "target": "webtoken_claims", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/webtoken/webtoken.go", "source_location": "L21", "weight": 1.0}, {"source": "$graphify-root$_internal_webtoken_webtoken_go", "target": "$graphify-root$_internal_webtoken_webtoken_issue", "relation": "contains", "confidence": "EXTRACTED", "source_file": "int
|