First implementation of an atom feed
This commit is contained in:
6
content.go
Normal file
6
content.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package atomfeed
|
||||
|
||||
type Content interface {
|
||||
Check() error
|
||||
IsContent() bool
|
||||
}
|
Reference in New Issue
Block a user