8 lines
66 B
Go
8 lines
66 B
Go
package ports
|
|
|
|
type Tgb interface {
|
|
Send()
|
|
Empty()
|
|
Handler()
|
|
}
|