| 132 | } |
| 133 | |
| 134 | type DeploymentUpdateSuccess struct { |
| 135 | state protoimpl.MessageState |
| 136 | sizeCache protoimpl.SizeCache |
| 137 | unknownFields protoimpl.UnknownFields |
| 138 | |
| 139 | Success bool `protobuf:"varint,1,opt,name=Success,proto3" json:"Success,omitempty"` |
| 140 | Message string `protobuf:"bytes,2,opt,name=Message,proto3" json:"Message,omitempty"` |
| 141 | } |
| 142 | |
| 143 | func (x *DeploymentUpdateSuccess) Reset() { |
| 144 | *x = DeploymentUpdateSuccess{} |
nothing calls this directly
no outgoing calls
no test coverage detected