You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently functions passed to dispatch.Func are required to have an input argument, but this doesn't look good for functions that don't actually need arguments and requires passing a useless argument to work around this limitation:
func.Dispatch(context.Background(), "")
The text was updated successfully, but these errors were encountered:
Currently functions passed to
dispatch.Func
are required to have an input argument, but this doesn't look good for functions that don't actually need arguments and requires passing a useless argument to work around this limitation:The text was updated successfully, but these errors were encountered: