Files
herolib/lib/ui/generic/payment.v
2025-10-12 12:30:19 +03:00

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") }
// }
}