rename mucp source directory to service
This commit is contained in:
parent
ad28b72dd3
commit
9ea4919b9b
@ -1,11 +1,11 @@
|
|||||||
package mucp
|
package service
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
|
||||||
"github.com/micro/go-micro/client"
|
"github.com/micro/go-micro/client"
|
||||||
"github.com/micro/go-micro/config/source"
|
"github.com/micro/go-micro/config/source"
|
||||||
proto "github.com/micro/go-micro/config/source/mucp/proto"
|
proto "github.com/micro/go-micro/config/source/service/proto"
|
||||||
"github.com/micro/go-micro/util/log"
|
"github.com/micro/go-micro/util/log"
|
||||||
)
|
)
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
package mucp
|
package service
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
@ -1,10 +1,10 @@
|
|||||||
package mucp
|
package service
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/micro/go-micro/config/source"
|
"github.com/micro/go-micro/config/source"
|
||||||
proto "github.com/micro/go-micro/config/source/mucp/proto"
|
proto "github.com/micro/go-micro/config/source/service/proto"
|
||||||
)
|
)
|
||||||
|
|
||||||
func toChangeSet(c *proto.ChangeSet) *source.ChangeSet {
|
func toChangeSet(c *proto.ChangeSet) *source.ChangeSet {
|
@ -1,8 +1,8 @@
|
|||||||
package mucp
|
package service
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/micro/go-micro/config/source"
|
"github.com/micro/go-micro/config/source"
|
||||||
proto "github.com/micro/go-micro/config/source/mucp/proto"
|
proto "github.com/micro/go-micro/config/source/service/proto"
|
||||||
)
|
)
|
||||||
|
|
||||||
type watcher struct {
|
type watcher struct {
|
Loading…
Reference in New Issue
Block a user