Page MenuHomeMusing Studio

tag.go
No OneTemporary

package activitystreams
type Tag struct {
Type TagType `json:"type"`
HRef string `json:"href"`
Name string `json:"name"`
}
type TagType string
const (
TagHashtag TagType = "Hashtag"
TagMention = "Mention"
)

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 23, 6:21 AM (1 d, 7 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3104420

Event Timeline