package atomfeed type Content interface { Check() error IsContent() bool }