Golden::ReviewModel
Constructors
Instance methods
actions
init
list
Update may return:
- {Model, Cmd?} (native command flow)
- {Model, Msg?} (Go-style convenience; message is wrapped as a Cmd)
- Model (state change only; no command)
view
Update may return: