Versions in this module Expand all Collapse all v1 v1.0.0 Nov 7, 2024 Changes in this version + var AWS *s3.Client + var Rdb *redis.Client + func InitAWS() error + func InitPostgres(dsn string) (*sqlx.DB, error) + func InitRedis() (*redis.Client, error) + func InsertStruct(tx *sqlx.Tx, query string, values []interface{}) (uint, error) + func StructToQuery(data interface{}, tableName string) (string, []interface{}, error)