jesseduffield.lazygit/pkg/tasks
Jesse Duffield 6b9390409e Use an interface for tasks instead of a concrete struct
By using an interface for tasks we can use a fake implementation in tests with extra methods
2023-07-10 17:12:21 +10:00
..
async_handler.go Use an interface for tasks instead of a concrete struct 2023-07-10 17:12:21 +10:00
async_handler_test.go Use an interface for tasks instead of a concrete struct 2023-07-10 17:12:21 +10:00
tasks.go Use an interface for tasks instead of a concrete struct 2023-07-10 17:12:21 +10:00
tasks_test.go Use an interface for tasks instead of a concrete struct 2023-07-10 17:12:21 +10:00