tg/widget.go
2023-10-22 20:41:01 +03:00

7 lines
64 B
Go

package tg
type Maker[V any] interface {
Make(*Context) V
}