MCPcopy
hub / github.com/duke-git/lancet / RetryFunc

FuncType RetryFunc

retry/retry.go:34–34  ·  view source on GitHub ↗

RetryFunc is function that retry executes

func() error

Source from the content-addressed store, hash-verified

32
33// RetryFunc is function that retry executes
34type RetryFunc func() error
35
36// Option is for adding retry config
37type Option func(*RetryConfig)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…