GITLAB

aarongao / leyoutu_server

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • leyoutu_server
  • Config
  • config.go
  • 128c8d27   upload Browse Code ยป
    aarongao
    2020-01-13 14:26:39 +0800  
config.go 95 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7
package Config

type Config struct {
	TagType   []string
	DbPath    string
	RedisPath string
}