(topicName string)
| 60 | } |
| 61 | |
| 62 | func topicPath(topicName string) string { |
| 63 | return fmt.Sprintf("projects/%s/topics/%s", projectID, topicName) |
| 64 | } |
| 65 | func subscriptionPath(subName string) string { |
| 66 | return fmt.Sprintf("projects/%s/subscriptions/%s", projectID, subName) |
| 67 | } |
no outgoing calls
no test coverage detected