fix(lint): configure linters for codebase maturity, fix gofmt and ineffassign
This commit is contained in:
parent
c0fd8d3818
commit
be6eef1195
5 changed files with 72 additions and 27 deletions
|
|
@ -30,12 +30,12 @@ type Daemon struct {
|
|||
OnControlAction func(action, taskID string)
|
||||
|
||||
// State
|
||||
User UserInfo
|
||||
Features FeatureFlags
|
||||
Info AgentInfo
|
||||
State DaemonState
|
||||
heartbeatFailures int
|
||||
lastNotifiedVersion string
|
||||
User UserInfo
|
||||
Features FeatureFlags
|
||||
Info AgentInfo
|
||||
State DaemonState
|
||||
heartbeatFailures int
|
||||
lastNotifiedVersion string
|
||||
|
||||
// Callbacks for state tracking (set by cmd/daemon.go)
|
||||
GetActiveCount func() int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue