Documentation ¶
Index ¶
Constants ¶
View Source
const ( LogWriterCleanupKey = "logWriter" ZapLoggerCleanupKey = "zapLogger" OtelCleanupKey = "otel" )
View Source
const (
LocalDevKey = "LocalDev"
)
Variables ¶
View Source
var ( Conf = &conf.AppConf{} Logger *zap.SugaredLogger // JaegerHttpRT = otelhttp.NewTransport(http.DefaultTransport) Cleanups = make(map[string]func(ctx context.Context) error) )
View Source
var (
DefaultCe *redis.Client
)
Redis
View Source
var (
DefaultDB *gorm.DB
)
Mysql
Functions ¶
func IsLocalDev ¶
func IsLocalDev() bool
func IsProdMode ¶
func IsProdMode() bool
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.