package
Version:
v0.0.0-...-a1cb33f
Opens a new window with list of versions in this module.
Published: Sep 23, 2025
License: MIT
Opens a new window with license information.
Imports: 17
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
执行程序清理
defer关闭前执行的close操作
包应该被引入就立即执行初始化操作
方便阅读所以在main中显式执行
某些场景下有些业务不需要
type Badger struct {
Dsn string
}
type Cache struct {
Dsn string
}
type Database struct {
Dsn string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.