mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-17 05:59:42 +02:00
replace unnecessary Task interface with struct
This commit is contained in:
@@ -24,7 +24,7 @@ type Server struct {
|
||||
httpsStarted bool
|
||||
startTime time.Time
|
||||
|
||||
task task.Task
|
||||
task *task.Task
|
||||
|
||||
l zerolog.Logger
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user