MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / APIStatusError

Struct APIStatusError

api/retry.go:108–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106var providerCooldownSteps = []time.Duration{10 * time.Second, 30 * time.Second, 60 * time.Second}
107
108type EventResult struct {
109 Event map[string]any
110 Err error
111}
112
113type BuildRequestFunc func() (RequestParts, error)
114
115type StreamFunc func(
116 ctx context.Context,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected