shared.go 147 B

123456789101112
  1. package files
  2. import (
  3. "git.mmnx.de/mmnx/cdn/module"
  4. "github.com/jinzhu/gorm"
  5. )
  6. var (
  7. db *gorm.DB
  8. conf *module.Config
  9. storagePath string
  10. )