atom/atom.go

9 lines
111 B
Go
Raw Normal View History

2024-10-13 17:19:40 +02:00
package atomfeed
type (
EmailAddress string
LanguageTag string
MediaType string
URI string
)