Files
musenalm/controllers/contents.go
2025-05-29 02:31:27 +02:00

11 lines
161 B
Go

package controllers
type ContentListFilterParams struct {
Agent string
Type string
Page int
OnlyScans bool
AlmNumber int
Entry string
}