package atomfeed type Content interface { isContent() bool hasSRC() bool getType() string Check() error }