Files
sacrificial-socket/backend/ssgrpc/client.go
raz-varren 1ee09caef3 I fmted
2016-08-12 18:29:47 +00:00

13 lines
224 B
Go

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