Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service processes events and stores them in database access object
func New ¶
func New( daoService *dao.DAO, userAgentParser *uaparser.Parser, geoIPService geoip.Service, ) *Service
New creates processing service
Click to show internal directories.
Click to hide internal directories.