MCPcopy Create free account
hub / github.com/GetStream/stream-cli / DeleteChannel

Function DeleteChannel

test/helpers.go:57–60  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

55}
56
57func DeleteChannel(id string) {
58 c := InitClient()
59 _, _ = c.DeleteChannels(context.Background(), []string{"messaging:" + id}, true)
60}
61
62func CreateUser() string {
63 c := InitClient()

Callers 15

TestPushTestFunction · 0.92
TestReactionsFunction · 0.92
TestCreateChannelFunction · 0.92
TestGetChannelFunction · 0.92
TestUpdateChannelFunction · 0.92
TestUpdateChannelPartialFunction · 0.92
TestListChannelFunction · 0.92
TestAssignRoleFunction · 0.92
TestHideAndShowChannelFunction · 0.92

Calls 1

InitClientFunction · 0.85

Tested by 15

TestPushTestFunction · 0.74
TestReactionsFunction · 0.74
TestCreateChannelFunction · 0.74
TestGetChannelFunction · 0.74
TestUpdateChannelFunction · 0.74
TestUpdateChannelPartialFunction · 0.74
TestListChannelFunction · 0.74
TestAssignRoleFunction · 0.74
TestHideAndShowChannelFunction · 0.74