forked from JointCloud/pcm-coordinator
parent
f59160f417
commit
ce056b8d2f
|
@ -3545,11 +3545,11 @@ type DeleteLinkImageResp struct {
|
|||
|
||||
type SubmitLinkTaskReq struct {
|
||||
PartId int64 `json:"partId"`
|
||||
ImageId string `json:"imageId"`
|
||||
Cmd string `json:"cmd"`
|
||||
Params []*ParamSl `json:"params"`
|
||||
Envs []*EnvSl `json:"envs"`
|
||||
ResourceId string `json:"resourceId"`
|
||||
ImageId string `json:"imageId,optional"`
|
||||
Cmd string `json:"cmd,optional"`
|
||||
Params []*ParamSl `json:"params,optional"`
|
||||
Envs []*EnvSl `json:"envs,optional"`
|
||||
ResourceId string `json:"resourceId,optional"`
|
||||
}
|
||||
|
||||
type EnvSl struct {
|
||||
|
|
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: pcmCore.proto
|
||||
// - protoc v4.25.1
|
||||
// source: pb/pcmCore.proto
|
||||
|
||||
package pcmCore
|
||||
|
||||
|
@ -146,7 +146,7 @@ var PcmCore_ServiceDesc = grpc.ServiceDesc{
|
|||
},
|
||||
},
|
||||
Streams: []grpc.StreamDesc{},
|
||||
Metadata: "pcmCore.proto",
|
||||
Metadata: "pb/pcmCore.proto",
|
||||
}
|
||||
|
||||
const (
|
||||
|
@ -550,5 +550,5 @@ var ParticipantService_ServiceDesc = grpc.ServiceDesc{
|
|||
},
|
||||
},
|
||||
Streams: []grpc.StreamDesc{},
|
||||
Metadata: "pcmCore.proto",
|
||||
Metadata: "pb/pcmCore.proto",
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue