v2ray-core/app/commander/service.go
2018-02-08 23:24:35 +01:00

10 lines
108 B
Go

package commander
import (
"google.golang.org/grpc"
)
type Service interface {
Register(*grpc.Server)
}