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