v2ray-core/app/commander/service.go

10 lines
108 B
Go
Raw Normal View History

2018-02-08 22:24:35 +00:00
package commander
import (
"google.golang.org/grpc"
)
type Service interface {
Register(*grpc.Server)
}