DemoTourResult mirrors shared/ipc.ts VaultDemoTourResult.
| 23 | |
| 24 | // DemoTourResult mirrors shared/ipc.ts VaultDemoTourResult. |
| 25 | type DemoTourResult struct { |
| 26 | NotePaths []string `json:"notePaths"` |
| 27 | AssetPaths []string `json:"assetPaths"` |
| 28 | } |
| 29 | |
| 30 | func loadDemoTour() (*demoTour, error) { |
| 31 | tour := &demoTour{} |
nothing calls this directly
no outgoing calls
no test coverage detected