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