Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrEmptyUserId = errors.New("no user ID was provided") ErrEmptyIP = errors.New("no IP address was provided") )
Functions ¶
This section is empty.
Types ¶
type CollectorService ¶
type CollectorService struct {
// contains filtered or unexported fields
}
func NewCollectorService ¶
func NewCollectorService(logger zap.Logger, persistence ports.Repository) *CollectorService
func (CollectorService) Collect ¶
func (c CollectorService) Collect(data domains.AuthenticationData) error
Click to show internal directories.
Click to hide internal directories.