| 339 | } |
| 340 | |
| 341 | type Failure struct { |
| 342 | state protoimpl.MessageState |
| 343 | sizeCache protoimpl.SizeCache |
| 344 | unknownFields protoimpl.UnknownFields |
| 345 | |
| 346 | Type FailureType `protobuf:"varint,1,opt,name=Type,proto3,enum=data_plane.FailureType" json:"Type,omitempty"` |
| 347 | ServiceName string `protobuf:"bytes,2,opt,name=ServiceName,proto3" json:"ServiceName,omitempty"` |
| 348 | SandboxIDs []string `protobuf:"bytes,3,rep,name=SandboxIDs,proto3" json:"SandboxIDs,omitempty"` |
| 349 | } |
| 350 | |
| 351 | func (x *Failure) Reset() { |
| 352 | *x = Failure{} |
nothing calls this directly
no outgoing calls
no test coverage detected