- TimeTracking
- Client
- ClientProject
- Get
- Create
- Delete
- Connection(client_id, pagination_args)
- Create
- Delete
- All
- Create
- Delete
- Install for go:
go get google.golang.org/grpc
- Install binary:
- MacOS:
brew install protobuf
- Linux: Instruction for download binary
- MacOS:
- Install for go:
go get -u github.com/golang/protobuf/protoc-gen-go
- Add go binary into $PATH:
export PATH=$PATH:$GOPATH/bin
- Add go binary into $PATH:
protoc -I={PROTOFILES_FOLDER} -I=${GOPATH}/src --go_out=plugins=grpc:{OUTPUT_FOLDER} {PROTOFILE}.proto {OR_MORE_PROTOFILES}.proto