subutai-io / cdn

Gorjun is a golang replacement for Kurjun project.
Apache License 2.0
19 stars 13 forks source link

Add new-formatted Upload for templates #433

Closed Almansherov closed 6 years ago

Almansherov commented 6 years ago

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.

Add new-formatted Upload for templates

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 Upload function to handle template 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.

azretkenzhaliev commented 6 years ago

Started yesterday. Planned to finish both #433 and #427 . Will finish this today by the noon.

azretkenzhaliev commented 6 years ago

Done.