Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add UpdateSocket fn to avs writer client #256

Merged
merged 2 commits into from
May 30, 2024

Conversation

samlaf
Copy link
Collaborator

@samlaf samlaf commented May 29, 2024

Fixes # .

What Changed?

Reviewer Checklist

  • Code is well-documented
  • Code adheres to Go naming conventions
  • Code deprecates any old functionality before removing it

@samlaf samlaf requested a review from shrimalmadhur May 29, 2024 06:33
@@ -71,6 +71,10 @@ func (o Operator) Validate() error {
// or whatever an avs decides to use
type Socket string

func (s Socket) ToString() string {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think Go idiomatic is String() instead of ToString() which is more of Java convention.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shrimalmadhur
shrimalmadhur previously approved these changes May 30, 2024
Copy link
Collaborator

@shrimalmadhur shrimalmadhur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving this to unblock by check my comment first.

@samlaf samlaf merged commit 589b2f8 into master May 30, 2024
3 checks passed
@samlaf samlaf deleted the add-update-socket-fn-to-avs-writer-client branch May 30, 2024 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants