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