Categorygithub.com/goat-project/goat-proto-go
modulepackage
1.0.0
Repository: https://github.com/goat-project/goat-proto-go.git
Documentation: pkg.go.dev

# 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

  1. Install grpc: go get -u google.golang.org/grpc
  2. Install protocol buffers 3 (Archlinux package: protobuf)
  3. Install protoc plugin for Go: go get -u github.com/golang/protobuf/protoc-gen-go
  4. Make sure protoc-gen-go is in path: export PATH=$PATH:$GOPATH/bin
  5. Update goat-proto: git submodule update
  6. Generate go code: make

# Functions

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

# 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
AccountingServiceClient is the client API for AccountingService service.
AccountingServiceServer is the server API for AccountingService service.