|
@@ -77,11 +77,6 @@ const (
|
|
|
startResultCodeOtherError = 2
|
|
startResultCodeOtherError = 2
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
-type noticeEvent struct {
|
|
|
|
|
- Data map[string]interface{}
|
|
|
|
|
- NoticeType string
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
type startResult struct {
|
|
type startResult struct {
|
|
|
Code startResultCode
|
|
Code startResultCode
|
|
|
ConnectTimeMS int64 `json:",omitempty"`
|
|
ConnectTimeMS int64 `json:",omitempty"`
|