Runner is used to run the daemon command
| 84 | |
| 85 | // Runner is used to run the daemon command |
| 86 | type Runner interface { |
| 87 | Run(context.Context) error |
| 88 | } |
| 89 | |
| 90 | type daemonRunner struct { |
| 91 | *cobra.Command |
no outgoing calls
no test coverage detected
searching dependent graphs…