add pulsar client

This commit is contained in:
w1ndyb0y
2021-02-01 15:35:13 +08:00
parent 9a14fb2cef
commit 3ad4c76acd
8 changed files with 246 additions and 5 deletions
+2
View File
@@ -15,6 +15,8 @@ const (
var buffer string
var exp, _ = regexp.Compile(Expression)
var RawLog *rotatelogs.RotateLogs
var Tcp bool
var Pulsar bool
func Append(data string) bool {
buffer += data + "\n"