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

View File

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

View File

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