(product string)
| 43 | } |
| 44 | |
| 45 | func ProxyDir(product string) string { |
| 46 | return filepath.Join(CodisDir, product, "proxy") |
| 47 | } |
| 48 | |
| 49 | func GroupPath(product string, gid int) string { |
| 50 | return filepath.Join(CodisDir, product, "group", fmt.Sprintf("group-%04d", gid)) |