-
Notifications
You must be signed in to change notification settings - Fork 32
Transcoder #1782
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
base: staging
Are you sure you want to change the base?
Transcoder #1782
Conversation
| client.wallets[w.ClientID] = &w | ||
| } | ||
|
|
||
| func GetWalletByClientID(clientID string) *zcncrypto.Wallet { |
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.
can you please add the Go doc standard comments for the function GetWalletByClientID
| return client.wallets[clientID] | ||
| } | ||
|
|
||
| func AddWallet(wallet zcncrypto.Wallet) { |
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.
can you please add the Go doc standard comments for the function AddWallet
zboxcore/zboxutil/http.go
Outdated
| return req, nil | ||
| } | ||
|
|
||
| func NewConnectionRequestByWallet(baseUrl, allocationID, allocationTx, sig string, body io.Reader, wallet *zcncrypto.Wallet) (*http.Request, error) { |
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.
can you please add the Go doc standard comments for the function NewConnectionRequestByWallet
| } | ||
| } | ||
|
|
||
| func DoMultiUploadByWallet(wallet zcncrypto.Wallet, a *Allocation, workdir string, localPaths []string, fileNames []string, thumbnailPaths []string, encrypts []bool, chunkNumbers []int, remotePaths []string, isUpdate []bool, isWebstreaming []bool, status StatusCallback) error { |
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.
can you please add Go doc standard comments for the DoMultiUploadByWallet function.
Changes
Fixes
Tests
Tasks to complete before merging PR:
Associated PRs (Link as appropriate):