1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-28 10:15:23 +00:00
v2fly/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)
}