Versions in this module Expand all Collapse all v1 v1.0.1 Sep 25, 2025 v1.0.0 Sep 25, 2025 Changes in this version + type IUserLogRepository interface + Create func(ctx context.Context, userLog *model.UserLog) error + type UserLogRepository struct + func NewUserLogRepository(clickHouse *clickHouseDriver.Conn) *UserLogRepository + func (u *UserLogRepository) Create(ctx context.Context, userLog *model.UserLog) error