ActionFunc is a function that handles the menu item clicks/selections.
func(ctx context.Context)
| 17 | // ActionFunc is a function that handles the |
| 18 | // menu item clicks/selections. |
| 19 | type ActionFunc func(ctx context.Context) |
| 20 | |
| 21 | // actionTimeout is the amount of time xbar will wait for an |
| 22 | // action to complete. |
nothing calls this directly
no outgoing calls
no test coverage detected