(cfg config.FolderConfiguration)
| 3419 | } |
| 3420 | |
| 3421 | func encryptionTokenPath(cfg config.FolderConfiguration) string { |
| 3422 | return filepath.Join(cfg.MarkerName, config.EncryptionTokenName) |
| 3423 | } |
| 3424 | |
| 3425 | type storedEncryptionToken struct { |
| 3426 | FolderID string |
no outgoing calls
no test coverage detected