mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-29 09:15:33 +00:00
pages -> controllers
This commit is contained in:
10
controllers/contents.go
Normal file
10
controllers/contents.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package controllers
|
||||
|
||||
type ContentListFilterParams struct {
|
||||
Agent string
|
||||
Type string
|
||||
Page int
|
||||
OnlyScans bool
|
||||
AlmNumber int
|
||||
Entry string
|
||||
}
|
||||
Reference in New Issue
Block a user