MCPcopy Create free account
hub / github.com/openclaw/gogcli / Executor

Struct Executor

internal/docssed/executor.go:32–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32type Executor struct {
33 backend DocumentBackend
34 maxRetries int
35 baseDelay time.Duration
36 maxDelay time.Duration
37 jitter func(time.Duration) time.Duration
38 sleep func(context.Context, time.Duration) error
39}
40
41type executorOptions struct {
42 maxRetries int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected