This commit is contained in:
jagger 2024-04-07 18:45:23 +08:00
parent 6ffd7668eb
commit 7e414debfe
4 changed files with 2682 additions and 2681 deletions

View File

@ -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

View File

@ -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",
}

View File

@ -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"