Skip to content

Commit

Permalink
fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
yinheli committed Jul 2, 2021
1 parent 4dec382 commit 8368b54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/xservice/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ func (t *serverImpl) initGrpc() {
grpcx.EnvoyproxyValidatorUnaryServerInterceptor(),
)),
)
grpc.EnableTracing = true
options = append(options, t.options.GrpcOptions...)
g := grpc.NewServer(options...)
t.grpc = g
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package dao
package model

import (
"fmt"
Expand Down

0 comments on commit 8368b54

Please sign in to comment.