Blame view

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

type Config struct {
58ec1105   aarongao   new
4
5
6
7
	TagType   []string
	DbPath    string
	RedisPath string
}
74de40c6   aarongao   init

8a882f01   aarongao   1.0