Documentation
¶
Index ¶
Constants ¶
View Source
const Name = "gitlabhound"
View Source
const Version = "0.1"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CollectConfig ¶
type DiagramConfig ¶
type EnrichConfig ¶
type RegisterConfig ¶
type ThrottledTransport ¶
type ThrottledTransport struct {
Base http.RoundTripper
MinDelay time.Duration // minimum delay between requests
Jitter float64 // 0.0–1.0 (e.g. 1.0 = up to 100%)
// contains filtered or unexported fields
}
ThrottledTransport enforces a minimum delay between requests with optional jitter.
Click to show internal directories.
Click to hide internal directories.