forked from JointCloud/pcm-octopus
fix bugs
This commit is contained in:
parent
6ffd7668eb
commit
7e414debfe
|
@ -5,6 +5,7 @@ package server
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
|
||||||
"gitlink.org.cn/JointCloud/pcm-octopus/internal/logic"
|
"gitlink.org.cn/JointCloud/pcm-octopus/internal/logic"
|
||||||
"gitlink.org.cn/JointCloud/pcm-octopus/internal/svc"
|
"gitlink.org.cn/JointCloud/pcm-octopus/internal/svc"
|
||||||
"gitlink.org.cn/JointCloud/pcm-octopus/octopus"
|
"gitlink.org.cn/JointCloud/pcm-octopus/octopus"
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,8 +1,8 @@
|
||||||
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// - protoc-gen-go-grpc v1.3.0
|
// - protoc-gen-go-grpc v1.3.0
|
||||||
// - protoc v3.19.4
|
// - protoc v4.25.3
|
||||||
// source: octopus.proto
|
// source: pb/octopus.proto
|
||||||
|
|
||||||
package octopus
|
package octopus
|
||||||
|
|
||||||
|
@ -2121,5 +2121,5 @@ var Octopus_ServiceDesc = grpc.ServiceDesc{
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Streams: []grpc.StreamDesc{},
|
Streams: []grpc.StreamDesc{},
|
||||||
Metadata: "octopus.proto",
|
Metadata: "pb/octopus.proto",
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,7 @@ package octopusclient
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
|
||||||
"gitlink.org.cn/jcce-pcm/pcm-participant-octopus/octopus"
|
"gitlink.org.cn/JointCloud/pcm-octopus/octopus"
|
||||||
|
|
||||||
"github.com/zeromicro/go-zero/zrpc"
|
"github.com/zeromicro/go-zero/zrpc"
|
||||||
"google.golang.org/grpc"
|
"google.golang.org/grpc"
|
||||||
|
|
Loading…
Reference in New Issue