()
| 56 | type ConflictError struct{ Message string } |
| 57 | |
| 58 | func (e *ConflictError) Error() string { return e.Message } |
| 59 | |
| 60 | // Store persists instructions in cam.db and mirrors content to managed files. |
| 61 | type Store struct { |
no outgoing calls
no test coverage detected