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

Method AddDeployment

api/data_plane_api_server.go:49–51  ·  view source on GitHub ↗
(_ context.Context, in *proto.ServiceInfo)

Source from the content-addressed store, hash-verified

47}
48
49func (api *DpApiServer) AddDeployment(_ context.Context, in *proto.ServiceInfo) (*proto.DeploymentUpdateSuccess, error) {
50 return api.dataplane.AddDeployment(in)
51}
52
53func (api *DpApiServer) UpdateEndpointList(_ context.Context, patch *proto.DeploymentEndpointPatch) (*proto.DeploymentUpdateSuccess, error) {
54 return api.dataplane.UpdateEndpointList(patch)

Callers

nothing calls this directly

Calls 1

AddDeploymentMethod · 0.65

Tested by

no test coverage detected