-
Notifications
You must be signed in to change notification settings - Fork 397
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
feat: add uptime alerts commands #1431
feat: add uptime alerts commands #1431
Conversation
Hi @danaelhe this PR is ready for review. I am leaving it in draft until its dependent PR digitalocean/godo#637 is merged. After that is merged, I'll run the vendor command and update this PR. It looks like I made a lot of changes because I ran Please let me know what you think. Thanks! |
Awesome! I'll cut a new release of godo as well and then review this PR. That's totally fine. Thank you for the update! |
@danaelhe Thanks! I just merged the changes and it ready for review 🙂 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look fantastic! This is an extremely high valuable contribution- thank you so much! I just had a few nit-picks on the documentation but other than that it's ready to go 🚀
// UptimeCheckState is a wrapper for godo.UptimeCheckState. | ||
type UptimeCheckState struct { | ||
*godo.UptimeCheckState | ||
} | ||
|
||
// UptimeChecksService is an interface for interacting with DigitalOcean's volume api. | ||
// UptimeChecksService is an interface for interacting with DigitalOcean's uptime check api. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch 👍
Thanks! I'll make the updates and let you know |
@danaelhe done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
🎉 awesome, thanks! |
PR for #1419 as part of #hacktoberfest
Checklist: