Некоторые проверки не удались
CI / test (push) Successful in 2m5s
Docker / Build and publish worker image (push) Failing after 31s
16 строки
373 B
Go
16 строки
373 B
Go
package sender
|
|
|
|
import (
|
|
"bytes"
|
|
|
|
"rocketgit.ru/rsmon/worker/app/models"
|
|
"rocketgit.ru/rsmon/worker/internal/notifyrender"
|
|
)
|
|
|
|
// TextDownOne provides functionality.
|
|
//
|
|
// Deprecated: use internal/notifyrender.TextDownOne directly.
|
|
func TextDownOne(event *models.Event) (bytes.Buffer, bytes.Buffer, bytes.Buffer, bytes.Buffer) {
|
|
return notifyrender.TextDownOne(event)
|
|
}
|