Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealhCheck ¶
type HealhCheck fiber.Handler
func ProvideHealthCheck ¶
func ProvideHealthCheck() HealhCheck
ProvideHealthCheck is a wire provider for GET healthcheck handler.
type PostEventsCustom ¶ added in v0.14.0
type PostEventsCustom fiber.Handler
func ProvidePostEventsCustom ¶ added in v0.14.0
func ProvidePostEventsCustom( eventStore eventstore.Service, uaParserService uaparser.Service, ipgeolocatorService ipgeolocator.Service, ) PostEventsCustom
ProvidePostEventsCustom is a wire provider for POST /api/v1/events/custom/:name events handler.
type PostEventsPageview ¶ added in v0.14.0
type PostEventsPageview fiber.Handler
func ProvidePostEventsPageViews ¶
func ProvidePostEventsPageViews( logger zerolog.Logger, eventStore eventstore.Service, uaParserService uaparser.Service, ipgeolocatorService ipgeolocator.Service, ) PostEventsPageview
ProvidePostEventsPageViews is a wire provider for POST /api/v1/events/pageviews events handler.
Click to show internal directories.
Click to hide internal directories.