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

Struct ActionStatus

api/proto/common.pb.go:393–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393type ActionStatus struct {
394 state protoimpl.MessageState
395 sizeCache protoimpl.SizeCache
396 unknownFields protoimpl.UnknownFields
397
398 Success bool `protobuf:"varint,1,opt,name=Success,proto3" json:"Success,omitempty"`
399 Message string `protobuf:"bytes,2,opt,name=Message,proto3" json:"Message,omitempty"`
400}
401
402func (x *ActionStatus) Reset() {
403 *x = ActionStatus{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected