mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-29 17:25:32 +00:00
11 lines
161 B
Go
11 lines
161 B
Go
package controllers
|
|
|
|
type ContentListFilterParams struct {
|
|
Agent string
|
|
Type string
|
|
Page int
|
|
OnlyScans bool
|
|
AlmNumber int
|
|
Entry string
|
|
}
|