Versions in this module Expand all Collapse all v1 v1.1.0 Mar 31, 2023 v1.0.0 Mar 30, 2023 Changes in this version + type MysqlClient struct + Addr string + type MysqlOptions struct + Addr string + func (mo *MysqlOptions) Build(ctx context.Context) (*MysqlClient, error) + type RedisClient struct + func (rc *RedisClient) Get(key string) (string, error) + type RedisOptions struct + Addr string + Port int + func (ro *RedisOptions) Build(ctx context.Context) (*RedisClient, error)