Versions in this module Expand all Collapse all v0 v0.4.4 Nov 17, 2021 v0.4.3 Jun 19, 2021 Changes in this version + type Limiter struct + DefaultLimit int + Depth int + Limit int + TTL time.Duration + Type string + func NewLimiter(t string, d int) *Limiter + func (l *Limiter) Data() interface{} + func (l *Limiter) Description() string + func (l *Limiter) Register(opts goconfigure.OptionSet) + type Limiters struct + Source *Limiter + User *Limiter + func (l *Limiters) Configure(config *goconfigure.Settings) + type TLS struct + Certificate string + Key string + func (t *TLS) Data() interface{} + func (t *TLS) Description() string + func (t *TLS) Register(opts goconfigure.OptionSet)