5 lines
48 B
Go
5 lines
48 B
Go
|
|
package transport
|
||
|
|
|
||
|
|
type Transport interface {
|
||
|
|
}
|