{
"id": "framework:echo",
"_kind": "Framework",
"_file": "domain/frameworks/echo.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Echo",
"belongsToLanguageId": "language:go",
"category": "web-backend",
"description": "Echo — a high-performance, minimalist Go web framework.\n"
},
"outgoingEdges": [
{
"from": "framework:echo",
"to": "language:go",
"kind": "belongs_to_language"
}
],
"incomingEdges": []
}