add debug mode
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user