feat: publish standalone worker
Separate worker packaging and service lifecycle from the control plane.
Этот коммит содержится в:
13
internal/sender/voice.go
Обычный файл
13
internal/sender/voice.go
Обычный файл
@@ -0,0 +1,13 @@
|
||||
package sender
|
||||
|
||||
import (
|
||||
"errors"
|
||||
|
||||
"rsgit.ru/rsmon/rsmon/app/models"
|
||||
)
|
||||
|
||||
// RunVoice provides functionality.
|
||||
func RunVoice(message *models.Message) error {
|
||||
_ = message
|
||||
return errors.New("voice notifications are disabled")
|
||||
}
|
||||
Ссылка в новой задаче
Block a user