Skip to content

Commit b02623c

Browse files
Feature: support update framework (#74)
Co-authored-by: sunhaidong <[email protected]>
1 parent ce3e155 commit b02623c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: discovery/types.go

+1
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ type GetServicesResponse struct {
253253
type UpdateServicePropsRequest struct {
254254
ServiceId string `protobuf:"bytes,1,opt,name=serviceId" json:"serviceId,omitempty"`
255255
Properties map[string]string `protobuf:"bytes,2,rep,name=properties" json:"properties,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
256+
Framework *FrameWork `protobuf:"bytes,18,opt,name=framework" json:"framework,omitempty"`
256257
}
257258

258259
type UpdateServicePropsResponse struct {

0 commit comments

Comments
 (0)