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

Method WriteNetworkChannel

internal/store/store.go:88–88  ·  view source on GitHub ↗
(ctx context.Context, entry NetworkChannelEntry)

Source from the content-addressed store, hash-verified

86// NetworkChannelStore manages durable network channel metadata.
87type NetworkChannelStore interface {
88 WriteNetworkChannel(ctx context.Context, entry NetworkChannelEntry) error
89 GetNetworkChannel(ctx context.Context, ref NetworkChannelRef) (NetworkChannelEntry, error)
90 ListNetworkChannels(ctx context.Context, query NetworkChannelQuery) ([]NetworkChannelEntry, error)
91 PatchNetworkChannel(ctx context.Context, ref NetworkChannelRef, patch NetworkChannelPatch) error

Implementers 4

GlobalDBinternal/store/globaldb/global_db.go
agentCoreNetworkStoreinternal/api/core/agent_channels_inter
StubNetworkStoreinternal/api/testutil/network_stub.go
recordingRegistryinternal/daemon/daemon_test.go

Calls

no outgoing calls