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 TagType = "Mention"
)

File Metadata

Mime Type
text/plain
Expires
Fri, Jan 16, 9:43 PM (13 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3590987

Event Timeline