atom/content.go

7 lines
78 B
Go
Raw Normal View History

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