Initial commit.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package outputs
|
||||
|
||||
// Output is an interface for RSS outputters.
|
||||
type Output interface {
|
||||
Do(dest, feedName, url, title, body string) error
|
||||
Name() string
|
||||
}
|
||||
Reference in New Issue
Block a user