0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch-backend.git synced 2025-01-24 05:08:45 -05:00
safetwitch-backend/extractor/structs/parsed.go

8 lines
82 B
Go
Raw Normal View History

package structs
type Social struct {
Type string
Title string
Url string
}