Value returns the value that should be displayed for the given index.
(index int)
| 26 | |
| 27 | // Value returns the value that should be displayed for the given index. |
| 28 | Value(index int) interface{} |
| 29 | |
| 30 | // ItemsReset returns the event that the model should publish when the |
| 31 | // number of its items changes. |
no outgoing calls
no test coverage detected