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