Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Logger logger.LoggerInterface PoolConfig *PoolConfig `json:"pool_config"` }
func InitConfig ¶
func NewDefaultConfig ¶
func NewDefaultConfig() *Config
type Option ¶
type Option func(c *Config)
func WithConnectorHandler ¶
func WithDiscovery ¶
func WithLogger ¶
func WithLogger(logger logger.LoggerInterface) Option
func WithPoolChanSize ¶
func WithPoolSendChanTimeout ¶
Click to show internal directories.
Click to hide internal directories.