II.
Library JSON
Structured · livelibrary:wire-go
Wire (Go) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:wire-go",
"_kind": "Library",
"_file": "domain/libraries/libraries-haskell-go-rust-extra.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Wire (Go)",
"belongsToLanguageId": "language:go",
"category": "other",
"description": "Compile-time dependency injection tool for Go by Google — generates\nprovider wiring code from annotated constructor functions, eliminating\nruntime reflection and making DI graphs statically verifiable.\n"
},
"outgoingEdges": [
{
"from": "library:wire-go",
"to": "language:go",
"kind": "belongs_to_language"
},
{
"from": "library:wire-go",
"to": "skill-area:solution-architecture",
"kind": "library_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "library:fx",
"to": "library:wire-go",
"kind": "alternative_to"
}
]
}