core

package
v0.0.0-...-2cadb06 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 10, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Application

type Application struct {
	Config *bootstrap.Config
	DB     *gorm.DB
	Mongo  *mongo.Database
	Redis  redis.Cmdable
	Logger *zap.Logger
	Server *gin.Engine
}

func NewApplication

func NewApplication(config *bootstrap.Config,
	db *gorm.DB,
	mongo *mongo.Database,
	redis redis.Cmdable,
	logger *zap.Logger,
	server *gin.Engine) Application

NewApplication 初始化 Application

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL