Versions in this module Expand all Collapse all v1 v1.0.1 Jun 3, 2020 Changes in this version + var BaseDB *Database + var Cache *redis.Client + var RedisConnection *redis.Client + var SnsClient *sns.SNS + func CreateAwsSession() + func CreateRedisConnection() + type Database struct + DB *gorm.DB + Dialect string + func LoadBaseDatabase() *Database + func LoadDatabase(database string) *Database + func (db *Database) Create(v ...interface{}) + func (db *Database) CreateDB(database string) + type RedisClient struct + func NewRedisClient(prefix string) *RedisClient