GITLAB
aarongao
/ leyoutu_server
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Blame view
Config/config.go
95 Bytes
Edit
Raw
Normal View
History
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