add debug mode

This commit is contained in:
2022-05-20 09:27:19 +08:00
parent 9065a12b99
commit 48bbc5b776
5 changed files with 59 additions and 9 deletions
+2
View File
@@ -39,6 +39,8 @@ type Client interface {
StopMonitorChan() <-chan struct{}
Status() Status
ShowError(bool)
DebugMode(bool)
IsDebugMode() bool
GetSequenceEn() func(interface{}) ([]byte, error)
SetSequenceEn(func(interface{}) ([]byte, error))