Better routes splitting
This commit is contained in:
10
pages/database/download.go
Normal file
10
pages/database/download.go
Normal 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
|
||||
}
|
Reference in New Issue
Block a user