Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnalyticsService ¶
type AnalyticsService interface { LogData(data *anrpc.LogDataRequest) (err error) GetLog(_ *emptypb.Empty) (res *anrpc.GetLogsMessage, err error) }
func NewAnalyticsService ¶
func NewAnalyticsService(mq mq.MQ, dataTopic string) AnalyticsService
Click to show internal directories.
Click to hide internal directories.