initial commits
parent
d9d479324d
commit
2b3e477465
|
@ -0,0 +1,12 @@
|
|||
package ent
|
||||
|
||||
import (
|
||||
"sourcecode.social/reiver/go-opt"
|
||||
)
|
||||
|
||||
// See:
|
||||
// https://docs.joinmastodon.org/entities/Status/#Tag
|
||||
type Tag struct {
|
||||
Name opt.Optional[string] `json:"name"`
|
||||
URL opt.Optional[string] `json:"url"`
|
||||
}
|
Loading…
Reference in New Issue