mirror of
https://codeberg.org/SafeTwitch/safetwitch-backend.git
synced 2025-01-24 05:08:45 -05:00
8 lines
82 B
Go
8 lines
82 B
Go
|
package structs
|
||
|
|
||
|
type Social struct {
|
||
|
Type string
|
||
|
Title string
|
||
|
Url string
|
||
|
}
|