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

Method ListChannels

internal/api/core/interfaces.go:142–142  ·  view source on GitHub ↗
(ctx context.Context, workspaceID string)

Source from the content-addressed store, hash-verified

140 Send(ctx context.Context, req network.SendRequest) (string, error)
141 ListPeers(ctx context.Context, workspaceID string, channel string) ([]network.PeerInfo, error)
142 ListChannels(ctx context.Context, workspaceID string) ([]network.ChannelInfo, error)
143 Status(ctx context.Context) (*network.Status, error)
144 Inbox(ctx context.Context, sessionID string) ([]network.Envelope, error)
145 WaitInbox(ctx context.Context, sessionID string, channel string) ([]network.Envelope, error)

Callers 3

ListChannelsMethod · 0.65
agentChannelPayloadsMethod · 0.65
networkChannelsMethod · 0.65

Implementers 5

Managerinternal/network/manager.go
agentCoreNetworkServiceinternal/api/core/agent_channels_inter
StubNetworkServiceinternal/api/testutil/network_stub.go
fakeNetworkRuntimeinternal/daemon/daemon_test.go
nativeNetworkStubinternal/daemon/native_tools_test.go

Calls

no outgoing calls

Tested by

no test coverage detected