Versions in this module Expand all Collapse all v1 v1.4.3 Sep 12, 2021 Changes in this version + const Namespace + func HTTPRequestExecutor(logger logging.Logger, next func(*config.Backend) client.HTTPRequestExecutor) func(*config.Backend) client.HTTPRequestExecutor + func Load(path, pattern string, rcf RegisterClientFunc) (int, error) + func LoadWithLogger(path, pattern string, rcf RegisterClientFunc, logger logging.Logger) (int, error) + func RegisterClient(name string, ...) + type LoggerRegisterer interface + RegisterLogger func(interface{}) + type Plugin interface + Lookup func(name string) (plugin.Symbol, error) + type RegisterClientFunc func(name string, ...) + type Registerer interface + RegisterClients func(func(name string, ...))