Files
sacrificial-socket/backend/ssgrpc/client.go
2016-08-09 00:48:14 +00:00

13 lines
224 B
Go

package ssgrpc
import (
"google.golang.org/grpc"
"github.com/raz-varren/sacrificial-socket/backend/ssgrpc/transport"
//"sync"
)
type propagateClient struct {
conn *grpc.ClientConn
client transport.PropagateClient
}