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

created file checkpoints.go with all function and structs #22

Conversation

DarkLord017
Copy link

No description provided.

@DarkLord017
Copy link
Author

Implemented checkpoints.go with the structs and functions given , tests not written
@gerceboss


// Retry with default settings
err := retry.Do(
func() error {
Copy link
Contributor

Choose a reason for hiding this comment

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

How did you handle BackOffSettings::default() and also add comments in the structs as well, what do they represent (can refer Helios)

Copy link
Author

Choose a reason for hiding this comment

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

image
the library had default of there own so i just wrote the function
I will add the comments sir

Copy link
Author

Choose a reason for hiding this comment

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

Sir i have added the comments please check

Copy link
Author

Choose a reason for hiding this comment

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

Copy link
Member

@star-gazer111 star-gazer111 left a comment

Choose a reason for hiding this comment

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

LGTM.

@star-gazer111 star-gazer111 merged commit 24c826f into BlocSoc-iitr:dev Aug 31, 2024
1 of 4 checks passed
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.

3 participants