initialize

package
v0.0.0-...-a84b906 Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2025 License: Apache-2.0 Imports: 47 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Mongo = new(mongo)

Functions

func DBList

func DBList()

func Gorm

func Gorm() *gorm.DB

func GormMssql

func GormMssql() *gorm.DB

GormMssql 初始化Mssql数据库 Author [LouisZhang](191180776@qq.com)

func GormMssqlByConfig

func GormMssqlByConfig(m config.Mssql) *gorm.DB

GormMssqlByConfig 初始化Mysql数据库用过传入配置

func GormMysql

func GormMysql() *gorm.DB

GormMysql 初始化Mysql数据库 Author [piexlmax](https://github.com/piexlmax) Author [SliverHorn](https://github.com/SliverHorn) Author [ByteZhou-2018](https://github.com/ByteZhou-2018)

func GormMysqlByConfig

func GormMysqlByConfig(m config.Mysql) *gorm.DB

GormMysqlByConfig 通过传入配置初始化Mysql数据库

func GormOracle

func GormOracle() *gorm.DB

GormOracle 初始化oracle数据库 如果需要Oracle库 放开import里的注释 把下方 mysql.Config 改为 oracle.Config ; mysql.New 改为 oracle.New

func GormOracleByConfig

func GormOracleByConfig(m config.Oracle) *gorm.DB

GormOracleByConfig 初始化Oracle数据库用过传入配置

func GormPgSql

func GormPgSql() *gorm.DB

GormPgSql 初始化 Postgresql 数据库 Author [piexlmax](https://github.com/piexlmax) Author [SliverHorn](https://github.com/SliverHorn)

func GormPgSqlByConfig

func GormPgSqlByConfig(p config.Pgsql) *gorm.DB

GormPgSqlByConfig 初始化 Postgresql 数据库 通过指定参数

func GormSqlite

func GormSqlite() *gorm.DB

GormSqlite 初始化Sqlite数据库

func GormSqliteByConfig

func GormSqliteByConfig(s config.Sqlite) *gorm.DB

GormSqliteByConfig 初始化Sqlite数据库用过传入配置

func InstallPlugin

func InstallPlugin(PrivateGroup *gin.RouterGroup, PublicRouter *gin.RouterGroup, engine *gin.Engine)

func McpRun

func McpRun() *server.SSEServer

func OtherInit

func OtherInit()

func PluginInit

func PluginInit(group *gin.RouterGroup, Plugin ...plugin.Plugin)

func PluginInitV2

func PluginInitV2(group *gin.Engine, plugins ...plugin.Plugin)

func Redis

func Redis()

func RedisList

func RedisList()

func RegisterTables

func RegisterTables()

func Reload

func Reload() error

Reload 优雅地重新加载系统配置

func Routers

func Routers() *gin.Engine

func SetupHandlers

func SetupHandlers()

初始化全局函数

func Timer

func Timer()

Types

type GoogleOauth

type GoogleOauth struct {
	ClientID     string `mapstructure:"client-id" json:"clientId" yaml:"client-id"`
	ClientSecret string `mapstructure:"client-secret" json:"clientSecret" yaml:"client-secret"`
	RedirectURL  string `mapstructure:"redirect-url" json:"redirectUrl" yaml:"redirect-url"`
}

type Index

type Index struct {
	V    any      `bson:"v"`
	Ns   any      `bson:"ns"`
	Key  []bson.E `bson:"key"`
	Name string   `bson:"name"`
}

type Oauth

type Oauth struct {
	Google GoogleOauth `mapstructure:"google" json:"google" yaml:"google"`
}

type System

type System struct {
	UseMultipoint bool   `mapstructure:"use-multipoint" json:"useMultipoint" yaml:"use-multipoint"`
	Env           string `mapstructure:"env" json:"env" yaml:"env"`
	Addr          int    `mapstructure:"addr" json:"addr" yaml:"addr"`
	DbType        string `mapstructure:"db-type" json:"dbType" yaml:"db-type"`
	Oauth         Oauth  `mapstructure:"oauth" json:"oauth" yaml:"oauth"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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