mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-11-04 05:02:25 -06:00 
			
		
		
		
	
		
			
	
	
		
			9 lines
		
	
	
	
		
			267 B
		
	
	
	
		
			Go
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
	
		
			267 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| 
								 | 
							
								package model
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								// StatusTimelineResponse wraps a slice of statuses, ready to be serialized, along with the Link
							 | 
						||
| 
								 | 
							
								// header for the previous and next queries, to be returned to the client.
							 | 
						||
| 
								 | 
							
								type StatusTimelineResponse struct {
							 | 
						||
| 
								 | 
							
									Statuses   []*Status
							 | 
						||
| 
								 | 
							
									LinkHeader string
							 | 
						||
| 
								 | 
							
								}
							 |