mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-02-03 22:18:39 +00:00
This commit adds reload command to ctrld for re-fetch new config from ContorlD API or re-read the current config on disk.
8 lines
104 B
Go
8 lines
104 B
Go
//go:build !linux
|
|
|
|
package cli
|
|
|
|
import "context"
|
|
|
|
func (p *prog) watchLinkState(ctx context.Context) {}
|