19 lines
372 B
V
19 lines
372 B
V
module generic
|
|
|
|
// import incubaid.herolib.ui.console
|
|
// import incubaid.herolib.ui.telegram { UITelegram }
|
|
import incubaid.herolib.ui.uimodel
|
|
|
|
// ...
|
|
// ```
|
|
// args:
|
|
// TODO
|
|
// }
|
|
// ```
|
|
pub fn (mut c UserInterface) pay(args uimodel.PayArgs) ! {
|
|
// match mut c.channel {
|
|
// UIConsole { return c.channel.editor(args)! }
|
|
// else { panic("can't find channel") }
|
|
// }
|
|
}
|