Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App interface {
Start(prometheus.Registerer, <-chan struct{})
LatestVersions(string, []string) (map[string]semver.Version, error)
}
App of package
type RateLimit ¶
type RateLimit struct {
Remaining uint64 `json:"remaining"`
}
RateLimit describes a rate limit on given ressource
type RateLimitResponse ¶
RateLimitResponse describes the rate_limit response
Click to show internal directories.
Click to hide internal directories.