move to ulid

This commit is contained in:
tsmethurst 2021-06-11 18:38:58 +02:00
commit 26ee190338
51 changed files with 398 additions and 514 deletions

View file

@ -1,6 +1,6 @@
package model
type StatusTimelineResponse struct {
Statuses []*Status
Statuses []*Status
LinkHeader string
}