II.
Library JSON
Structured · livelibrary:fx
Fx (Uber) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:fx",
"_kind": "Library",
"_file": "domain/libraries/libraries-haskell-go-rust-extra.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Fx (Uber)",
"belongsToLanguageId": "language:go",
"category": "other",
"description": "Application dependency injection framework for Go by Uber — constructor-\nbased DI with lifecycle hooks (OnStart/OnStop), module grouping, and\nautomatic dependency graph wiring without code generation.\n"
},
"outgoingEdges": [
{
"from": "library:fx",
"to": "language:go",
"kind": "belongs_to_language"
},
{
"from": "library:fx",
"to": "skill-area:solution-architecture",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:fx",
"to": "library:wire-go",
"kind": "alternative_to"
}
],
"incomingEdges": []
}