Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( EmptyFeed = common.Feed{} MissingURLMockFeed = common.Feed{"Mock Feed", ""} InvalidURLMockFeed = common.Feed{"Mock Feed", "not url"} NonRssMockFeed = common.Feed{"Mock Feed", MockServerUrl + "/"} NotFoundURLMockFeed = common.Feed{"Mock Feed", MockServerUrl + "/feeds/notexist"} MissingRssTagFeed = common.Feed{"Mock Feed", MockServerUrl + "/feeds/missing-rss-tag.xml"} MissingChannelTagFeed = common.Feed{"Mock Feed", MockServerUrl + "/feeds/missing-channel-tag.xml"} MissingItemTagFeed = common.Feed{"Mock Feed", MockServerUrl + "/feeds/missing-items.xml"} ValidRedisConnection = "host=:6379,database=2" MockPort = "41914" MockServerUrl = "http://localhost:" + MockPort )
Functions ¶
func InitializeRedis ¶
create a func to call redis.initializeDB. the func name might be: InitializeRedis
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.