chore(queue): upgrade appleboy/queue to 0.5.0 (#616)

This commit is contained in:
Bo-Yi Wu
2021-08-01 17:12:16 +08:00
committed by GitHub
parent 9bb618d506
commit 132e1791cd
10 changed files with 128 additions and 111 deletions

View File

@@ -200,7 +200,7 @@ type InputLog struct {
}
// LogPush record user push request and server response.
func LogPush(input *InputLog) {
func LogPush(input *InputLog) LogPushEntry {
var platColor, resetColor, output string
if isTerm {
@@ -249,4 +249,6 @@ func LogPush(input *InputLog) {
case core.FailedPush:
LogError.Error(output)
}
return log
}