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