package
0.0.0-20250228030420-588d19194d90
Repository: https://github.com/luckyakbar/atec.git
Documentation: pkg.go.dev

# Functions

InitializePostgresConn initializes the postgres connection.
NewCacheKeeper create a new cache keeper.
NewRedisClient create a new redis client.
TxController create a transaction controller.

# Constants

NilValue is used to store and indicate a key's value is nil, thus can be handled in a special way by the caller / receiver.

# Variables

all known errors that might be returned by this module.
all known errors that might be returned by this module.
all known errors that might be returned by this module.
PostgresDB is the global postgres connection.

# Structs

CacheKeeper cache keeper.
RedisConnOpts redis connection options.

# Interfaces

CacheKeeperIface cache keeper interface.