atom/text.go

7 lines
72 B
Go
Raw Normal View History

2024-10-13 17:19:40 +02:00
package atomfeed
type Text interface {
Check() error
IsText() bool
}