Initial commit
This commit is contained in:
14
pkg/config/config.go
Normal file
14
pkg/config/config.go
Normal file
@ -0,0 +1,14 @@
|
||||
package config
|
||||
|
||||
import (
|
||||
"github.com/patrickmn/go-cache"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
var DB *gorm.DB
|
||||
|
||||
var Cache *cache.Cache
|
||||
|
||||
var NextTerminal *NextTerminalConfig
|
||||
|
||||
var Store *TunStore
|
Reference in New Issue
Block a user