refactor: migrate lint config to v2, remove daemon auto-upgrade, add trust badges
This commit is contained in:
parent
a13104bdb7
commit
efa4562acd
18 changed files with 188 additions and 268 deletions
|
|
@ -29,9 +29,6 @@ type Transport interface {
|
|||
// Deregister notifies the server of graceful shutdown.
|
||||
Deregister(ctx context.Context, agentID string) error
|
||||
|
||||
// ReportUpgradeResult reports upgrade outcome.
|
||||
ReportUpgradeResult(ctx context.Context, result UpgradeResult) error
|
||||
|
||||
// Events returns a channel that emits server-initiated events.
|
||||
// In HTTP mode this channel is never written to (polling handles it).
|
||||
// In WS mode, tasks/upgrade/control arrive here.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue