(instanceID string)
| 141 | } |
| 142 | |
| 143 | func getInstanceCacheKey(instanceID string) string { |
| 144 | return instanceID |
| 145 | } |
| 146 | |
| 147 | func getSettingCacheKey(workspace string, name storepb.SettingName) string { |
| 148 | return fmt.Sprintf("workspaces/%s/settings/%s", workspace, name.String()) |
no outgoing calls
no test coverage detected