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

Add new-formatted Download callback #457

Closed
baytulakova opened this issue Jun 9, 2018 · 0 comments
Closed

Add new-formatted Download callback #457

baytulakova opened this issue Jun 9, 2018 · 0 comments
Assignees

Comments

@baytulakova
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants