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

Function NewMembershipLeave

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

Source from the content-addressed store, hash-verified

26}
27
28func NewMembershipLeave(cfg *ActionsOpts) *MembershipLeave {
29 return &MembershipLeave{cfg}
30}
31
32func (action *MembershipLeave) Run(ctx context.Context, membershipID string) error {
33 client := pb.NewUserServiceClient(action.cfg.CPConnection)

Callers 1

newOrganizationLeaveCmdFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected