Documentation ¶
Index ¶
- type SDKLogRepo
- func (d SDKLogRepo) DropDevice(ctx context.Context, productID string, deviceName string) error
- func (d SDKLogRepo) DropProduct(ctx context.Context, productID string) error
- func (d SDKLogRepo) InitDevice(ctx context.Context, productID string, deviceName string) error
- func (d SDKLogRepo) InitProduct(ctx context.Context, productID string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SDKLogRepo ¶
type SDKLogRepo struct { stores.SDKLogStore // contains filtered or unexported fields }
func NewSDKLogRepo ¶
func NewSDKLogRepo(dataSource string) *SDKLogRepo
func (SDKLogRepo) DropDevice ¶
func (SDKLogRepo) DropProduct ¶
func (d SDKLogRepo) DropProduct(ctx context.Context, productID string) error
func (SDKLogRepo) InitDevice ¶
func (SDKLogRepo) InitProduct ¶
func (d SDKLogRepo) InitProduct(ctx context.Context, productID string) error
Click to show internal directories.
Click to hide internal directories.