th7/ports/api.go

6 lines
49 B
Go
Raw Permalink Normal View History

2023-12-05 17:22:12 +00:00
package ports
type APIPort interface {
Run()
}