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
@@ -40,6 +40,7 @@ type Server interface {
SetSequenceEn(func(interface{}) ([]byte, error))
GetSequenceDe() func([]byte) (interface{}, error)
SetSequenceDe(func([]byte) (interface{}, error))
ShowError(bool)
HeartbeatTimeoutSec() int64
SetHeartbeatTimeoutSec(int64)