Feature/polaris feat: Add Polaris support (#1797)

This commit is contained in:
houseme
2022-05-18 22:24:40 +08:00
committed by GitHub
parent 10e2b60ad9
commit ab82599ee2
40 changed files with 2155 additions and 1023 deletions

View File

@ -5,13 +5,14 @@ import (
"fmt"
"time"
"github.com/gogf/katyusha/krpc"
"github.com/gogf/gf/contrib/trace/jaeger/v2"
"github.com/gogf/gf/example/trace/grpc_with_db/protobuf/user"
"github.com/gogf/gf/v2/database/gdb"
"github.com/gogf/gf/v2/frame/g"
"github.com/gogf/gf/v2/os/gcache"
"github.com/gogf/gf/v2/os/gctx"
"github.com/gogf/katyusha/krpc"
)
type server struct{}