# README
Dev
Note: Below instructions are for Ubuntu 16.04. Please modify for other platforms accordingly.
If you make changes to api.proto
, please regenerate api.pb.go
by following below steps.
-
Download
protoc
version 3.0 from here. -
Place
protoc
binary in yourPATH
. -
Install
protoc-gen-go
.
go get github.com/golang/protobuf/protoc-gen-go
This would place protoc-gen-go
binary in your $GOROOT/bin
. Verify $GOROOT/bin
is in your $PATH
.
# env | grep PATH
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/root/gostuff/bin
GOPATH=/root/gostuff
- Run
protoc
to generateclientapi.pb.go
.
protoc -I=$PWD --go_out=plugins=grpc:. $PWD/clientapi.proto
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UnimplementedKipServer can be embedded to have forward compatible implementations.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
KipClient is the client API for Kip service.
KipServer is the server API for Kip service.