2024-12-18 11:08:21 -04:00

8 lines
66 B
Go

package ports
type Tgb interface {
Send()
Empty()
Handler()
}