Blame view

Config/config.go 155 Bytes
74de40c6   aarongao   init
1
2
3
package Config

type Config struct {
58ec1105   aarongao   new
4
5
6
7
8
9
10
	TagType    []string
	DbPath     string
	DbName     string
	DbUser     string
	DbPassword string
	RedisPath  string
}
74de40c6   aarongao   init

8a882f01   aarongao   1.0