All proto files for Aristogram gRPC services.
Add module to your application using the following command:
go get github.com/aristogram/protosIf you want to change some protofiles, then you should generate new golang files using the following command:
protoc -I proto proto/*/*.proto --go_out=./gen/go/ --go_opt=paths=source_relative --go-grpc_out=./gen/go/ --go-grpc_opt=paths=source_relative