th7/ports/web.go

6 lines
49 B
Go
Raw Normal View History

2022-11-12 14:20:29 +00:00
package ports
type WebPort interface {
Run()
}