II.
Library JSON
Structured · livelibrary:mux
Gorilla Mux (mux) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:mux",
"_kind": "Library",
"_file": "domain/libraries/libraries-haskell-go-rust-extra.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Gorilla Mux (mux)",
"belongsToLanguageId": "language:go",
"category": "http-server",
"description": "The gorilla/mux package — a powerful Go HTTP request router with\nregex-based route matching, named parameters, subrouters, and\nmiddleware chaining via http.Handler composition.\n"
},
"outgoingEdges": [
{
"from": "library:mux",
"to": "language:go",
"kind": "belongs_to_language"
},
{
"from": "library:mux",
"to": "skill-area:backend-api-design",
"kind": "library_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "library:chi",
"to": "library:mux",
"kind": "alternative_to"
}
]
}