MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / NewCASBackendDelete

Function NewCASBackendDelete

app/cli/pkg/action/casbackend_delete.go:28–30  ·  view source on GitHub ↗
(cfg *ActionsOpts)

Source from the content-addressed store, hash-verified

26}
27
28func NewCASBackendDelete(cfg *ActionsOpts) *CASBackendDelete {
29 return &CASBackendDelete{cfg}
30}
31
32func (action *CASBackendDelete) Run(name string) error {
33 client := pb.NewCASBackendServiceClient(action.cfg.CPConnection)

Callers 1

newCASBackendDeleteCmdFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected