Files
v2fly/app/commander/service.go
T

10 lines
108 B
Go

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