Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App interface { Start(context.Context) LatestVersions(context.Context, string, []string) (map[string]semver.Version, error) }
App of package
func New ¶
func New(config Config, redisApp redis, registerer prometheus.Registerer, tracerApp tracer.App) App
New creates new App from Config
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.