pages -> controllers

This commit is contained in:
Simon Martens
2025-05-29 02:31:27 +02:00
parent 4a4505d042
commit 0e4e6d4337
22 changed files with 22 additions and 22 deletions

10
controllers/contents.go Normal file
View File

@@ -0,0 +1,10 @@
package controllers
type ContentListFilterParams struct {
Agent string
Type string
Page int
OnlyScans bool
AlmNumber int
Entry string
}