Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type ClientFunc ¶
func (ClientFunc) GetRatelimit ¶
func (f ClientFunc) GetRatelimit() (time.Duration, error)
func (ClientFunc) SetRatelimit ¶
func (f ClientFunc) SetRatelimit(duration time.Duration) error
type Decorator ¶
func Authorization ¶
func FaultTolerance ¶
FaultTolerance returns a Decorator that extends a Client with fault tolerance configured with the given attempts and backoff duration
func LoadBalancing ¶
type Director ¶
func RoundRobin ¶
Click to show internal directories.
Click to hide internal directories.