An open API service indexing awesome lists of open source software.

https://github.com/rtradeltd/grpc

🦎 Golang bindings for Temporal's gRPC microservices
https://github.com/rtradeltd/grpc

grpc temporal

Last synced: 3 months ago
JSON representation

🦎 Golang bindings for Temporal's gRPC microservices

Awesome Lists containing this project

README

          

# grpc [![GoDoc](https://godoc.org/github.com/RTradeLtd/grpc?status.svg)](https://godoc.org/github.com/RTradeLtd/grpc) [![Build Status](https://travis-ci.com/RTradeLtd/grpc.svg?branch=master)](https://travis-ci.com/RTradeLtd/grpc)

Golang bindings and utilities for RTrade's gRPC services:

- [package lens](https://godoc.org/github.com/RTradeLtd/grpc/v2/lens) for the [Lens](https://github.com/RTradeLtd/Lens) service
- [package lensv2](https://godoc.org/github.com/RTradeLtd/grpc/v2/lensv2) for version 2 of the [Lens](https://github.com/RTradeLtd/Lens) service
- [package nexus](https://godoc.org/github.com/RTradeLtd/grpc/v2/nexus) for the [Nexus](https://github.com/RTradeLtd/Nexus) daemon
- [package pay](https://godoc.org/github.com/RTradeLtd/grpc/v2/pay) for the [Pay](https://github.com/RTradeLtd/Pay) service
- [package krab](https://godoc.org/github.com/RTradeLtd/grpc/v2/krab) for [KAAS](https://github.com/RTradeLtd/kaas)

This project also provides a few utility packages:

- [package dialer](https://godoc.org/github.com/RTradeLtd/grpc/v2/dialer) for client utilities
- [package middleware](https://godoc.org/github.com/RTradeLtd/grpc/v2/middleware) for server utilities