# Functions
No description provided by the author
WithConnMaxIdleTime specifies the maximum connection idle time.
WithConnMaxLifetime specifies the maximum connection lifetime.
WithMaxIdleConns specifies the maximum number of idle connections.
WithMaxOpenConns specifies the maximum number of open connections.
# Constants
No description provided by the author
# Structs
IndexStorageProvider implements indexstorage.IndexStorage.
RequestConnMaxIdleTime implements the functional option pattern for specifying the maximum connection idle time.
RequestConnMaxLifetime implements the functional option pattern for specifying the maximum connection lifetime.
RequestMaxIdleConns implements the functional option pattern for specifying the maximum number of idle connections.
RequestMaxOpenConns implements the functional option pattern for specifying the maximum number of open connections.
# Interfaces
Options configures connections to the MySQL index storage system.