Versions in this module Expand all Collapse all v0 v0.0.10 Apr 10, 2026 v0.0.9 Mar 17, 2026 Changes in this version + const APP_NAME + type QueryTaskLogRequest struct + StartAt *time.Time + StartSequence int64 + TaskId string + func NewQueryTaskLogRequest(taskId string) *QueryTaskLogRequest + type Service interface + QueryTaskLog func(ctx context.Context, in *QueryTaskLogRequest) (*types.Set[*TaskLog], error) + SaveTaskLog func(ctx context.Context, in *TaskLog) error + func GetService() Service + type TaskLog struct + Content string + Id int64 + Sequence int64 + TaskId string + Time time.Time + func (p *TaskLog) TableName() string