Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClickhouseService ¶
type ClickhouseService struct {
// contains filtered or unexported fields
}
ClickhouseService define a clickhouse based event storage service.
func (*ClickhouseService) StorePageViewEvent ¶
StorePageViewEvent implements Service.
type Service ¶
Service define an event storage service.
func ProvideClickhouseService ¶
func ProvideClickhouseService(ch clickhouse.Ch, logger log.Logger) Service
ProvideClickhouseService is a wire provider for a clickhouse based event storage service.
Click to show internal directories.
Click to hide internal directories.