(since uint64, groupId uint32)
| 73 | } |
| 74 | |
| 75 | func backupName(since uint64, groupId uint32) string { |
| 76 | return fmt.Sprintf(backupNameFmt, since, groupId) |
| 77 | } |
| 78 | |
| 79 | // UriHandler interface is implemented by URI scheme handlers. |
| 80 | // When adding new scheme handles, for example 'azure://', an object will implement |
no outgoing calls
no test coverage detected