core

package
v0.0.0-...-5b2b543 Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2024 License: MIT 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
	Viper  *viper.Viper
	DB     *gorm.DB
	Redis  redis.Cmdable
	Logger *zap.Logger
	Server *gin.Engine
}

func NewApplication

func NewApplication(config *bootstrap.Config,
	viper *viper.Viper,
	db *gorm.DB,
	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
JackTT - Gopher 🇻🇳