-
Notifications
You must be signed in to change notification settings - Fork 6
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
WIP - v2 Golang Dispersal Guide #47
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
pretty clean:)
#### 6. Check a Blob status | ||
Call `GetBlobStatus()` to interact with the data | ||
```Golang | ||
blobStatus, err = disp.GetBlobStatus(ctx, request_id) | ||
``` |
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.
Might be nice to have the whole code as a single copy-pastable block at the end. I personally don't like following tutorial where I need to copy-paste a gazillion things.
Separating out v1 and v2 guides
Including a Golang Guide for dispersal and interacting with the disperser client using both on-demand and reservations