()
| 314 | } |
| 315 | |
| 316 | func (s *Session) Close() { |
| 317 | s.client.Close() |
| 318 | s.adminClient.Close() |
| 319 | } |
| 320 | |
| 321 | func (s *Session) DatabasePath() string { |
| 322 | return fmt.Sprintf("projects/%s/instances/%s/databases/%s", s.projectId, s.instanceId, s.databaseId) |
no outgoing calls
no test coverage detected