mirror of
https://github.com/zr-hebo/sniffer-agent.git
synced 2025-08-12 02:01:57 +08:00
merge ranges
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
package model
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
// "encoding/json"
|
||||
"github.com/json-iterator/go"
|
||||
"time"
|
||||
|
||||
"github.com/pingcap/tidb/util/hack"
|
||||
)
|
||||
|
||||
var json = jsoniter.ConfigCompatibleWithStandardLibrary
|
||||
|
||||
type QueryPiece interface {
|
||||
String() *string
|
||||
|
Reference in New Issue
Block a user