mirror of
https://github.com/derfenix/webarchive.git
synced 2026-03-11 22:40:58 +03:00
Use query params too for page adding handler
This commit is contained in:
@@ -13,7 +13,7 @@ type Handler interface {
|
||||
// Add new page.
|
||||
//
|
||||
// POST /pages
|
||||
AddPage(ctx context.Context, req OptAddPageReq) (*Page, error)
|
||||
AddPage(ctx context.Context, req OptAddPageReq, params AddPageParams) (*Page, error)
|
||||
// GetFile implements getFile operation.
|
||||
//
|
||||
// Get file content.
|
||||
|
||||
Reference in New Issue
Block a user