(cfg *ActionsOpts)
| 27 | } |
| 28 | |
| 29 | func NewAPITokenList(cfg *ActionsOpts) *APITokenList { |
| 30 | return &APITokenList{cfg} |
| 31 | } |
| 32 | |
| 33 | func (action *APITokenList) Run(ctx context.Context, statusFilter string, project string, scope string) ([]*APITokenItem, error) { |
| 34 | client := pb.NewAPITokenServiceClient(action.cfg.CPConnection) |
no outgoing calls
no test coverage detected