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