mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-31 20:32:25 -05:00
tidy + lint
This commit is contained in:
parent
a25e53af4e
commit
f1eb6476f3
6 changed files with 24 additions and 12 deletions
|
|
@ -1,5 +1,7 @@
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue