Documentation ¶
Index ¶
- Constants
- func CacheGetHandler(s *cache.SchemaCache) gin.HandlerFunc
- func CacheIndexHandler(s *cache.SchemaCache) gin.HandlerFunc
- func CachePurgeHandler(s *cache.SchemaCache) gin.HandlerFunc
- func CloudeventsHandler(h params.Handler) gin.HandlerFunc
- func ConfigOverviewHandler(conf config.Config) gin.HandlerFunc
- func GenericHandler(h params.Handler) gin.HandlerFunc
- func HealthcheckHandler(c *gin.Context)
- func PixelHandler(h params.Handler) gin.HandlerFunc
- func RouteOverviewHandler(conf config.Config) gin.HandlerFunc
- func SnowplowHandler(h params.Handler) gin.HandlerFunc
- func SquawkboxHandler(h params.Handler, eventProtocol string) gin.HandlerFunc
- func StatsHandler(m *meta.CollectorMeta, s *stats.ProtocolStats) gin.HandlerFunc
- func WebhookHandler(h params.Handler) gin.HandlerFunc
- type CacheIndex
- type RoutesResponse
- type StatsResponse
Constants ¶
View Source
const PX string = "iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8Xw8AAoMBgDTD2qgAAAAASUVORK5CYII="
Variables ¶
This section is empty.
Functions ¶
func CacheGetHandler ¶
func CacheGetHandler(s *cache.SchemaCache) gin.HandlerFunc
func CacheIndexHandler ¶
func CacheIndexHandler(s *cache.SchemaCache) gin.HandlerFunc
func CachePurgeHandler ¶
func CachePurgeHandler(s *cache.SchemaCache) gin.HandlerFunc
func CloudeventsHandler ¶
func CloudeventsHandler(h params.Handler) gin.HandlerFunc
func ConfigOverviewHandler ¶
func ConfigOverviewHandler(conf config.Config) gin.HandlerFunc
func GenericHandler ¶
func GenericHandler(h params.Handler) gin.HandlerFunc
func HealthcheckHandler ¶
func PixelHandler ¶
func PixelHandler(h params.Handler) gin.HandlerFunc
func RouteOverviewHandler ¶
func RouteOverviewHandler(conf config.Config) gin.HandlerFunc
func SnowplowHandler ¶
func SnowplowHandler(h params.Handler) gin.HandlerFunc
func SquawkboxHandler ¶
func SquawkboxHandler(h params.Handler, eventProtocol string) gin.HandlerFunc
func StatsHandler ¶
func StatsHandler(m *meta.CollectorMeta, s *stats.ProtocolStats) gin.HandlerFunc
func WebhookHandler ¶
func WebhookHandler(h params.Handler) gin.HandlerFunc
Types ¶
type CacheIndex ¶
type RoutesResponse ¶
type RoutesResponse struct { HealthPath string `json:"healthPath"` StatsPath string `json:"statsPath"` RouteOverviewPath string `json:"routeOverviewPath"` ConfigOverviewPath string `json:"configOverviewPath"` CloudeventsPath string `json:"cloudeventsPath"` GenericPath string `json:"genericPath"` WebhookPath string `json:"webhookPath"` PixelPath string `json:"pixelPath"` SnowplowStandardGetPath string `json:"snowplowStandardGetPath"` SnowplowGetPath string `json:"snowplowGetPath"` SnowplowStandardPostPath string `json:"snowplowStandardPostPath"` SnowplowPostPath string `json:"snowplowPostPath"` SnowplowStandardRedirectPath string `json:"snowplowStandardRedirectPath"` SnowplowRedirectPath string `json:"snowplowRedirectPath"` }
type StatsResponse ¶
type StatsResponse struct { CollectorMeta *meta.CollectorMeta `json:"collectorMeta"` Stats *stats.ProtocolStats `json:"stats"` }
Click to show internal directories.
Click to hide internal directories.