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
The public LoginResult field is marked as deprecated but is still actively used by the package itself (specifically the public Login method writes to this field)...
The public
LoginResult
field is marked as deprecated but is still actively used by the package itself (specifically the publicLogin
method writes to this field)...https://github.com/domainr/epp/blob/main/conn.go#L45-L46
What is the upgrade path for an application using the value assigned to
LoginResult
?The text was updated successfully, but these errors were encountered: