MCPcopy Create free account
hub / github.com/compozy/agh / externalCodec

Struct externalCodec

internal/resources/codec_external_test.go:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18type externalCodec struct {
19 kind resources.ResourceKind
20}
21
22var _ resources.KindCodec[externalSpec] = (*externalCodec)(nil)
23

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected