()
| 83 | ) |
| 84 | |
| 85 | func (s state) String() string { |
| 86 | return map[state]string{ |
| 87 | stateShowStash: "showing file listing", |
| 88 | stateShowDocument: "showing document", |
| 89 | }[s] |
| 90 | } |
| 91 | |
| 92 | // Common stuff we'll need to access in all models. |
| 93 | type commonModel struct { |
no outgoing calls
no test coverage detected