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

Function NewDeleteAccount

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

Source from the content-addressed store, hash-verified

26}
27
28func NewDeleteAccount(cfg *ActionsOpts) *DeleteAccount {
29 return &DeleteAccount{cfg}
30}
31
32func (a *DeleteAccount) Run() error {
33 client := pb.NewAuthServiceClient(a.CPConnection)

Callers 1

newAuthDeleteAccountCmdFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected