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

Struct DeploymentEndpointPatch

api/proto/data_plane_interface.pb.go:79–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79type DeploymentEndpointPatch struct {
80 state protoimpl.MessageState
81 sizeCache protoimpl.SizeCache
82 unknownFields protoimpl.UnknownFields
83
84 Service *ServiceInfo `protobuf:"bytes,1,opt,name=Service,proto3" json:"Service,omitempty"`
85 Endpoints []*EndpointInfo `protobuf:"bytes,2,rep,name=Endpoints,proto3" json:"Endpoints,omitempty"`
86}
87
88func (x *DeploymentEndpointPatch) Reset() {
89 *x = DeploymentEndpointPatch{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected