Better routes splitting

This commit is contained in:
2019-09-02 08:19:10 +09:00
parent d854ef3a6a
commit 1f9e4cab47
6 changed files with 38 additions and 24 deletions

View File

@ -0,0 +1,10 @@
package database
import (
"github.com/aerogo/aero"
)
// Download downloads a snapshot of a database collection.
func Download(ctx aero.Context) error {
return nil
}