MCPcopy
hub / github.com/connectrpc/connect-go / idempotencyOption

Struct idempotencyOption

option.go:507–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505}
506
507type idempotencyOption struct {
508 idempotencyLevel IdempotencyLevel
509}
510
511func (o *idempotencyOption) applyToClient(config *clientConfig) {
512 config.IdempotencyLevel = o.idempotencyLevel

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected