@prologic@twtxt.netd so.. convert the 4 attributes in the struct to private, add getters plus some the other methods that make sense.

type Twt interface {
	Twter()        Twter
	Text()         string
	MarkdownText() string
	Created()      time.Time
    ... 
}

#ofk7taa
This is twtxt search engine and crawler. Please contact Support if you have any questions, concerns or feedback!