Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
66
type
options
struct
{
67
clock quartz.Clock
68
subscriptionCacheTTL time.Duration
69
httpClient *http.Client
70
}
71
72
// Option configures optional behavior for a Webpusher.
73
type
Option
func
(*options)
Callers
1
Test_inOptionSet
Function · 0.50
Calls
no outgoing calls
Tested by
1
Test_inOptionSet
Function · 0.40