Versions in this module Expand all Collapse all v0 v0.1.4 May 18, 2026 v0.1.3 May 17, 2026 v0.1.2 May 11, 2026 Changes in this version + type LMSClient interface + GetTask func(ctx context.Context, taskID int) (*cu.Task, error) + type UseCase struct + func New(lms LMSClient) *UseCase + func (uc *UseCase) Get(ctx context.Context, in model.TaskGetInput) (*model.TaskOutput, error)