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