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
I believe the function was renamed to Register but I missed to change it in the v2 client. You can change your PR and I'll merge or I can do it at some point. Thanks for letting me know.
the
salt-cli-v2/salt.go
client relies ons.Call()
to pass commands to the salt-master. Some time ago listener.go lost the function.In testing a custom client, returning the function appears to address the problem:
The text was updated successfully, but these errors were encountered: