(workspace string, resourceType storepb.Policy_Resource, resourceID string)
| 24 | } |
| 25 | |
| 26 | func getIamPolicyCacheKey(workspace string, resourceType storepb.Policy_Resource, resourceID string) string { |
| 27 | return fmt.Sprintf("iam/%s/%s/%s", workspace, resourceType, resourceID) |
| 28 | } |
| 29 | |
| 30 | // generateEtag generates etag for the given body. |
| 31 | func generateEtag(t time.Time) string { |
no outgoing calls
no test coverage detected