Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Contenter ¶
type Contenter interface { Title() string Links() []string ID() string Updated() time.Time Summary() string Content() string Author() string }
Contenter is a type that includes as single peice of contnet from a source. Information can be returned using getter methods.
type Grabber ¶
type Grabber interface {
Grab() Feeder
}
Grabber is a type that implements procedures from grabbing contnent from sources.
Click to show internal directories.
Click to hide internal directories.