indiescrobble/services/micropub/microformat.go

6 lines
89 B
Go
Raw Normal View History

2022-02-19 15:47:25 +00:00
package micropub
type HEntry struct{
Type []string
Properties map[string]interface{}
}