Versions in this module Expand all Collapse all v0 v0.10.7 Oct 9, 2024 v0.10.6 Oct 6, 2024 Changes in this version + func ToDeviceSDKLog(productID string, db map[string]any) *deviceLog.SDK + type SDKLogRepo struct + func NewSDKLogRepo(dataSource conf.TSDB) *SDKLogRepo + func (d SDKLogRepo) DeleteDevice(ctx context.Context, productID string, deviceName string) error + func (d SDKLogRepo) DeleteProduct(ctx context.Context, productID string) error + func (d SDKLogRepo) GetCountLog(ctx context.Context, filter deviceLog.SDKFilter, page def.PageInfo2) (int64, error) + func (d SDKLogRepo) GetDeviceSDKLog(ctx context.Context, filter deviceLog.SDKFilter, page def.PageInfo2) ([]*deviceLog.SDK, error) + func (d SDKLogRepo) InitDevice(ctx context.Context, device devices.Info) error + func (d SDKLogRepo) InitProduct(ctx context.Context, productID string) error + func (d SDKLogRepo) Insert(ctx context.Context, data *deviceLog.SDK) error