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

Method UpdateEndpointList

api/data_plane_api_server.go:53–55  ·  view source on GitHub ↗
(_ context.Context, patch *proto.DeploymentEndpointPatch)

Source from the content-addressed store, hash-verified

51}
52
53func (api *DpApiServer) UpdateEndpointList(_ context.Context, patch *proto.DeploymentEndpointPatch) (*proto.DeploymentUpdateSuccess, error) {
54 return api.dataplane.UpdateEndpointList(patch)
55}
56
57func (api *DpApiServer) DeleteDeployment(_ context.Context, name *proto.ServiceInfo) (*proto.DeploymentUpdateSuccess, error) {
58 return api.dataplane.DeleteDeployment(name)

Callers

nothing calls this directly

Calls 1

UpdateEndpointListMethod · 0.65

Tested by

no test coverage detected