maximo tejeda ceb402a65d
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
INITIAL COMMIT
2024-07-21 11:40:07 -04:00

8 lines
66 B
Go

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