Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fake ¶
func (*Fake) GetStories ¶
func (f *Fake) GetStories(storyType, limit int) (<-chan chan *StoryRequest, error)
type Provider ¶
type Provider interface {
Name() string
GetStories(int, int) (<-chan chan *StoryRequest, error)
}
type StoryRequest ¶
Click to show internal directories.
Click to hide internal directories.