MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / formatNotifyType

Function formatNotifyType

service/channel.go:15–17  ·  view source on GitHub ↗
(channelId int, status int)

Source from the content-addressed store, hash-verified

13)
14
15func formatNotifyType(channelId int, status int) string {
16 return fmt.Sprintf("%s_%d_%d", dto.NotifyTypeChannelUpdate, channelId, status)
17}
18
19// disable & notify
20func DisableChannel(channelError types.ChannelError, reason string) {

Callers 2

DisableChannelFunction · 0.85
EnableChannelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected