mirror of
https://github.com/go-micro/go-micro.git
synced 2025-06-24 22:26:54 +02:00
Move out consul sync/lock and store. Move data/store to store
This commit is contained in:
@ -6,9 +6,9 @@ import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
|
||||
"github.com/micro/go-micro/data/store"
|
||||
ckv "github.com/micro/go-micro/data/store/consul"
|
||||
lock "github.com/micro/go-micro/sync/lock/consul"
|
||||
"github.com/micro/go-micro/store"
|
||||
ckv "github.com/micro/go-micro/store/etcd"
|
||||
lock "github.com/micro/go-micro/sync/lock/etcd"
|
||||
)
|
||||
|
||||
type syncMap struct {
|
||||
|
Reference in New Issue
Block a user