MCPcopy
hub / github.com/syncthing/syncthing / localClient

Struct localClient

lib/discover/local.go:35–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33)
34
35type localClient struct {
36 *suture.Supervisor
37 *cache
38
39 myID protocol.DeviceID
40 addrList AddressLister
41 name string
42 evLogger events.Logger
43
44 beacon beacon.Interface
45 localBcastStart time.Time
46 localBcastTick <-chan time.Time
47 forcedBcastTick chan time.Time
48}
49
50const (
51 BroadcastInterval = 30 * time.Second

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected