package tg // Implementing the type provides // way to update stuff on the client side. // Things like panels, messages etc. type Updater interface { Update(Context) error }