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
ConsulFactory has an isEnabled method. Sometimes client code wants to check if it is disabled instead of enabled. So, add an isDisabled method. Also, this should be ignored when serializing to JSON, since we don't need both enabled and a disabled properties in the JSON.
The text was updated successfully, but these errors were encountered:
ConsulFactory
has anisEnabled
method. Sometimes client code wants to check if it is disabled instead of enabled. So, add anisDisabled
method. Also, this should be ignored when serializing to JSON, since we don't need bothenabled
and adisabled
properties in the JSON.The text was updated successfully, but these errors were encountered: