Blame view

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

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

8a882f01   aarongao   1.0