Skip to content

Commit

Permalink
refactor: remove ctx in struct
Browse files Browse the repository at this point in the history
  • Loading branch information
iseki0 committed Oct 22, 2024
1 parent 1637661 commit f19f9d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion model/inspection_task.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
)

type InspectionTask struct {
ctx context.Context
scanTask *ScanTask
inspectionDir string
}
Expand Down

0 comments on commit f19f9d1

Please sign in to comment.