tg/widget.go

8 lines
64 B
Go
Raw Normal View History

package tg
2023-09-25 20:15:57 +03:00
type Maker[V any] interface {
Make(*Context) V
}