MCPcopy
hub / github.com/lxc/incus / Option

FuncType Option

test/mini-oidc/minioidc/minioidc.go:32–32  ·  view source on GitHub ↗

Option to configure minioidc.

func(cfg *op.Config)

Source from the content-addressed store, hash-verified

30
31// Option to configure minioidc.
32type Option func(cfg *op.Config)
33
34// WithDeviceAuthorizationPollInterval sets the device authorization poll interval.
35func WithDeviceAuthorizationPollInterval(interval time.Duration) Option {

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…