# README
goat-proto-go
This repository contains go code for gRPC communication specification for goat. It is intended to be used as Gopkg dependency of Go programs using it.
Building
- Install grpc:
go get -u google.golang.org/grpc
- Install protocol buffers 3 (Archlinux package:
protobuf
) - Install protoc plugin for Go:
go get -u github.com/golang/protobuf/protoc-gen-go
- Make sure
protoc-gen-go
is in path:export PATH=$PATH:$GOPATH/bin
- Update goat-proto:
git submodule update
- Generate go code:
make
# Functions
No description provided by the author
No description provided by the author
# Variables
AccountingService_ServiceDesc is the grpc.ServiceDesc for AccountingService service.
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
UnimplementedAccountingServiceServer must 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
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
AccountingServiceClient is the client API for AccountingService service.
AccountingServiceServer is the server API for AccountingService service.
UnsafeAccountingServiceServer may be embedded to opt out of forward compatibility for this service.