forked from JointCloud/pcm-octopus
fix bugs
This commit is contained in:
parent
6ffd7668eb
commit
7e414debfe
|
@ -5,6 +5,7 @@ package server
|
|||
|
||||
import (
|
||||
"context"
|
||||
|
||||
"gitlink.org.cn/JointCloud/pcm-octopus/internal/logic"
|
||||
"gitlink.org.cn/JointCloud/pcm-octopus/internal/svc"
|
||||
"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.
|
||||
// versions:
|
||||
// - protoc-gen-go-grpc v1.3.0
|
||||
// - protoc v3.19.4
|
||||
// source: octopus.proto
|
||||
// - protoc v4.25.3
|
||||
// source: pb/octopus.proto
|
||||
|
||||
package octopus
|
||||
|
||||
|
@ -2121,5 +2121,5 @@ var Octopus_ServiceDesc = grpc.ServiceDesc{
|
|||
},
|
||||
},
|
||||
Streams: []grpc.StreamDesc{},
|
||||
Metadata: "octopus.proto",
|
||||
Metadata: "pb/octopus.proto",
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@ package octopusclient
|
|||
import (
|
||||
"context"
|
||||
|
||||
"gitlink.org.cn/jcce-pcm/pcm-participant-octopus/octopus"
|
||||
"gitlink.org.cn/JointCloud/pcm-octopus/octopus"
|
||||
|
||||
"github.com/zeromicro/go-zero/zrpc"
|
||||
"google.golang.org/grpc"
|
||||
|
|
Loading…
Reference in New Issue