6 lines
49 B
Go
6 lines
49 B
Go
|
package ports
|
||
|
|
||
|
type APIPort interface {
|
||
|
Run()
|
||
|
}
|