iiRecord
Agentic AI Atlas · Wire (Go)
library:wire-goa5c.ai
II.
Library JSON

library:wire-go

Structured · live

Wire (Go) json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/libraries-haskell-go-rust-extra.yamlCluster · domain
Record JSON
{
  "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"
    }
  ]
}