Page MenuHomeMusing Studio

category.go
No OneTemporary

category.go

package writeas
// Category represents a post tag with additional metadata, like a title and slug.
type Category struct {
Hashtag string `json:"hashtag"`
Slug string `json:"slug"`
Title string `json:"title"`
}

File Metadata

Mime Type
text/plain
Expires
Thu, Mar 12, 6:53 PM (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3650986

Event Timeline