| 391 | } |
| 392 | |
| 393 | type 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 | |
| 402 | func (x *ActionStatus) Reset() { |
| 403 | *x = ActionStatus{} |
nothing calls this directly
no outgoing calls
no test coverage detected