This commit is contained in:
Asim Aslam 2019-10-04 16:40:16 +01:00
parent 04320d69ff
commit e36960612a
3 changed files with 3 additions and 3 deletions

View File

@ -3,10 +3,10 @@ package handler
import (
"context"
"github.com/micro/go-micro/util/log"
"github.com/micro/go-micro/broker"
pb "github.com/micro/go-micro/broker/service/proto"
"github.com/micro/go-micro/errors"
"github.com/micro/go-micro/util/log"
)
type Broker struct {

View File

@ -5,10 +5,10 @@ import (
"context"
"time"
"github.com/micro/go-micro/util/log"
"github.com/micro/go-micro/broker"
pb "github.com/micro/go-micro/broker/service/proto"
"github.com/micro/go-micro/client"
"github.com/micro/go-micro/util/log"
)
type serviceBroker struct {

View File

@ -1,9 +1,9 @@
package service
import (
"github.com/micro/go-micro/util/log"
"github.com/micro/go-micro/broker"
pb "github.com/micro/go-micro/broker/service/proto"
"github.com/micro/go-micro/util/log"
)
type serviceSub struct {