Add check for summary element of entry
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package atomfeed
|
||||
|
||||
type Content interface {
|
||||
isContent() bool
|
||||
hasSRC() bool
|
||||
getType() string
|
||||
Check() error
|
||||
IsContent() bool
|
||||
}
|
||||
|
Reference in New Issue
Block a user