mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2024-11-05 12:39:22 +02:00
9 lines
92 B
Go
9 lines
92 B
Go
|
package model
|
||
|
|
||
|
import "mastodon"
|
||
|
|
||
|
type Client struct {
|
||
|
*mastodon.Client
|
||
|
Session Session
|
||
|
}
|