MCPcopy
hub / github.com/passteque/gluetun / Loop

Struct Loop

internal/httpproxy/loop.go:14–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type Loop struct {
15 statusManager *loopstate.State
16 state *state.State
17 // Other objects
18 logger Logger
19 // Internal channels and locks
20 running chan models.LoopStatus
21 stop, stopped chan struct{}
22 start chan struct{}
23 userTrigger bool
24 backoffTime time.Duration
25}
26
27const defaultBackoffTime = 10 * time.Second
28

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected