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