server

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2026 License: MIT Imports: 14 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 {
	// contains filtered or unexported fields
}

Application 应用框架结构体

func NewApplication

func NewApplication(cfg *config.Config) (*Application, error)

NewApplication 创建应用实例

func (*Application) GetDB

func (app *Application) GetDB() *gorm.DB

GetDB 获取数据库实例

func (*Application) GetEngine

func (app *Application) GetEngine() *gin.Engine

GetEngine 获取 Gin 引擎

func (*Application) RegisterRoutes

func (app *Application) RegisterRoutes(registerFunc RouteRegisterFunc)

RegisterRoutes 注册业务路由

func (*Application) Run

func (app *Application) Run(ctx context.Context) error

Run 启动应用

type RouteRegisterFunc

type RouteRegisterFunc func(*gin.Engine, interface{})

RouteRegisterFunc 路由注册函数类型

Jump to

Keyboard shortcuts

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