You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For refactoring purposes, we need to make a server application that will exist along with the current CDN application. Long in short, it will look like
/
apt/
auth/
...
server/
main.go
retriever.go
callbacks.go
...
We need to add a callback for Download function to handle upload queries and start testing our refactor.
The callback will build a query with a special method and pass this query to the retriever function. Retriever function will do its search using the search function and return a slice of files to the callback function.
The text was updated successfully, but these errors were encountered:
For refactoring purposes, we need to make a server application that will exist along with the current CDN application. Long in short, it will look like
We need to add a callback for Download function to handle upload queries and start testing our refactor.
The callback will build a query with a special method and pass this query to the retriever function. Retriever function will do its search using the search function and return a slice of files to the callback function.
The text was updated successfully, but these errors were encountered: