th7/ports/api.go

6 lines
49 B
Go

package ports
type APIPort interface {
Run()
}