(product string, token string)
| 51 | } |
| 52 | |
| 53 | func ProxyPath(product string, token string) string { |
| 54 | return filepath.Join(CodisDir, product, "proxy", fmt.Sprintf("proxy-%s", token)) |
| 55 | } |
| 56 | |
| 57 | func SentinelPath(product string) string { |
| 58 | return filepath.Join(CodisDir, product, "sentinel") |