not show log by default

This commit is contained in:
2022-02-23 14:36:12 +08:00
parent bd262df8ea
commit f51d2c7137
4 changed files with 35 additions and 4 deletions
+1
View File
@@ -38,6 +38,7 @@ type Client interface {
Stop() error
StopMonitorChan() <-chan struct{}
Status() Status
ShowError(bool)
GetSequenceEn() func(interface{}) ([]byte, error)
SetSequenceEn(func(interface{}) ([]byte, error))