MCPcopy Index your code
hub / github.com/coder/coder / options

Struct options

coderd/webpush/webpush.go:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66type options struct {
67 clock quartz.Clock
68 subscriptionCacheTTL time.Duration
69 httpClient *http.Client
70}
71
72// Option configures optional behavior for a Webpusher.
73type Option func(*options)

Callers 1

Test_inOptionSetFunction · 0.50

Calls

no outgoing calls

Tested by 1

Test_inOptionSetFunction · 0.40