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

Struct DeploymentUpdateSuccess

api/proto/data_plane_interface.pb.go:134–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134type 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
143func (x *DeploymentUpdateSuccess) Reset() {
144 *x = DeploymentUpdateSuccess{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected