mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-03 10:28:46 +00:00
Rename package to bloat
This commit is contained in:
parent
cad01cb1f8
commit
e9bd72306e
16 changed files with 38 additions and 34 deletions
|
@ -1,8 +1,8 @@
|
|||
package renderer
|
||||
|
||||
import (
|
||||
"bloat/model"
|
||||
"mastodon"
|
||||
"web/model"
|
||||
)
|
||||
|
||||
type HeaderData struct {
|
||||
|
@ -92,14 +92,14 @@ type RetweetedByData struct {
|
|||
|
||||
type FollowingData struct {
|
||||
*CommonData
|
||||
Users []*mastodon.Account
|
||||
Users []*mastodon.Account
|
||||
HasNext bool
|
||||
NextLink string
|
||||
}
|
||||
|
||||
type FollowersData struct {
|
||||
*CommonData
|
||||
Users []*mastodon.Account
|
||||
Users []*mastodon.Account
|
||||
HasNext bool
|
||||
NextLink string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue