Documentation ¶
Index ¶
- func Events(scrapeCache *cache.Cache) func(c *fiber.Ctx) error
- func ForumPosts(scrapeCache *cache.Cache) func(c *fiber.Ctx) error
- func GamesInSpotlight(scrapeCache *cache.Cache) func(c *fiber.Ctx) error
- func MasterDetails() func(c *fiber.Ctx) error
- func Mvdsv(getMvdsvServers func() []mvdsv.Mvdsv) func(c *fiber.Ctx) error
- func News(scrapeCache *cache.Cache) func(c *fiber.Ctx) error
- func Qtv(getQtvServers func() []qtv.Qtv) func(c *fiber.Ctx) error
- func Qwfwd(getQwdfwdServers func() []qwfwd.Qwfwd) func(c *fiber.Ctx) error
- func ServerDetails(serverDetailsProvider func(address string) (qserver.GenericServer, error)) func(c *fiber.Ctx) error
- func ServerLastScores() func(c *fiber.Ctx) error
- func ServerLastStats() func(c *fiber.Ctx) error
- func Servers(getServers func() []qserver.GenericServer) func(c *fiber.Ctx) error
- func Streams(getStreams func() []twitch.Stream, getMvdsvServers func() []mvdsv.Mvdsv) func(c *fiber.Ctx) error
- func WikiRecentChanges(scrapeCache *cache.Cache) func(c *fiber.Ctx) error
- type MvdsvParams
- type ServerLastStatsParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ForumPosts ¶
func ForumPosts(scrapeCache *cache.Cache) func(c *fiber.Ctx) error
func GamesInSpotlight ¶ added in v0.3.0
func GamesInSpotlight(scrapeCache *cache.Cache) func(c *fiber.Ctx) error
func MasterDetails ¶
func MasterDetails() func(c *fiber.Ctx) error
func ServerDetails ¶
func ServerDetails(serverDetailsProvider func(address string) (qserver.GenericServer, error)) func(c *fiber.Ctx) error
func ServerLastScores ¶ added in v0.2.0
func ServerLastScores() func(c *fiber.Ctx) error
func ServerLastStats ¶ added in v0.2.0
func ServerLastStats() func(c *fiber.Ctx) error
func Servers ¶
func Servers(getServers func() []qserver.GenericServer) func(c *fiber.Ctx) error
func WikiRecentChanges ¶ added in v0.3.7
func WikiRecentChanges(scrapeCache *cache.Cache) func(c *fiber.Ctx) error
Types ¶
type MvdsvParams ¶
type ServerLastStatsParams ¶ added in v0.2.0
Source Files ¶
Click to show internal directories.
Click to hide internal directories.