MCPcopy Create free account
hub / github.com/eth-easl/dirigent / Failure

Struct Failure

api/proto/control_plane_interface.pb.go:341–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339}
340
341type 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
351func (x *Failure) Reset() {
352 *x = Failure{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected