ChangeEvent — mirrors shared/ipc.ts VaultChangeEvent.
| 194 | |
| 195 | // ChangeEvent — mirrors shared/ipc.ts VaultChangeEvent. |
| 196 | type ChangeEvent struct { |
| 197 | Kind string `json:"kind"` // "add" | "change" | "unlink" |
| 198 | Path string `json:"path"` |
| 199 | Folder NoteFolder `json:"folder"` |
| 200 | Scope string `json:"scope,omitempty"` |
| 201 | } |
nothing calls this directly
no outgoing calls
no test coverage detected