Restructure go-micro layout and plugins
This commit is contained in:
11
store/consul/consul.go
Normal file
11
store/consul/consul.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package consul
|
||||
|
||||
// This is a hack
|
||||
|
||||
import (
|
||||
"github.com/myodc/go-micro/store"
|
||||
)
|
||||
|
||||
func NewStore(addrs []string, opt ...store.Option) store.Store {
|
||||
return store.NewStore(addrs, opt...)
|
||||
}
|
||||
Reference in New Issue
Block a user