Versions in this module Expand all Collapse all v1 v1.0.0 Dec 6, 2025 Changes in this version + type PostgresClient struct + func NewPostgresClient(cfg config.PostgresConfig) (*PostgresClient, error) + func (c *PostgresClient) Close() + func (c *PostgresClient) GetPool() *pgxpool.Pool + func (c *PostgresClient) Ping() error + type RedisClient struct + func NewRedisClient(cfg *config.Config) (*RedisClient, error) + func (r *RedisClient) Close() error + func (r *RedisClient) GetClient() *redis.Client