MCPcopy Index your code

hub / github.com/hashicorp/go-checkpoint / functions

Functions23 in github.com/hashicorp/go-checkpoint

↓ 6 callersFunctionCheck
Check checks for alerts and new version information.
check.go:96
↓ 3 callersFunctionVersions
Versions returns the version constrains for a given service and product.
versions.go:40
↓ 2 callersFunctionCheckInterval
CheckInterval is used to check for a response on a given interval duration. The interval is not exact, and checks are randomized to prevent a thunderi
check.go:200
↓ 2 callersFunctionReportRequest
ReportRequest creates a request object for making a report
telemetry.go:80
↓ 2 callersFunctioncheckResult
(r io.Reader)
check.go:288
↓ 2 callersFunctioncheckSignature
(path string)
check.go:296
↓ 2 callersFunctionrandomStagger
randomStagger returns an interval that is between 3/4 and 5/4 of the given interval. The expected value is the interval.
check.go:224
↓ 1 callersFunctioncheckCache
(current string, path string, d time.Duration)
check.go:229
↓ 1 callersMethodsignature
()
telemetry.go:44
↓ 1 callersFunctionwriteCacheHeader
(f io.Writer, v string)
check.go:344
FunctionReport
Report sends telemetry information to checkpoint
telemetry.go:57
FunctionTestCheck
(t *testing.T)
check_test.go:13
FunctionTestCheckInterval
(t *testing.T)
check_test.go:143
FunctionTestCheckInterval_disabled
(t *testing.T)
check_test.go:182
FunctionTestCheck_cache
(t *testing.T)
check_test.go:73
FunctionTestCheck_cacheNested
(t *testing.T)
check_test.go:108
FunctionTestCheck_disabled
(t *testing.T)
check_test.go:54
FunctionTestCheck_timeout
(t *testing.T)
check_test.go:38
FunctionTestRandomStagger
(t *testing.T)
check_test.go:206
FunctionTestReport_sendsRequest
(t *testing.T)
telemetry_test.go:9
FunctionTestVersions
(t *testing.T)
versions_test.go:10
FunctionTestVersions_disabled
(t *testing.T)
versions_test.go:52
FunctionTestVersions_timeout
(t *testing.T)
versions_test.go:34