Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetServices ¶
func GetServices() []string
func Register ¶
func Register(name string, factory FactoryFunc)
func RegisterServices ¶
func RegisterServices(newNames []string)
Types ¶
type FactoryFunc ¶
type FactoryFunc func(config string) (RateLimiter, error)
type RateLimiter ¶
func New ¶
func New(config string) (RateLimiter, error)
Click to show internal directories.
Click to hide internal directories.