package
2.2.0+incompatible
Repository: https://github.com/dispatchlabs/disgo.git
Documentation: pkg.go.dev

# README

disgover/proto

Overview

Proto Library

The current transport protocol on Dispatch is GRPC. However, we are allowing to scale it to any transport protocol (e.g. JSON RPC, among other RPC mechanisms). Therefore, we created Proto3 as an decoupled package that defines the interfaces which need to be configured for the transport protocol to be compatible with Didpatchlabs node discovery.

To see the interfaces, refer to:

disgover.proto

Configuration

To be able to generate the go language bindings:

protoc --go_out=plugins=grpc:. *.proto

# 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

# Interfaces

DisgoverGrpcClient is the client API for DisgoverGrpc service.
DisgoverGrpcServer is the server API for DisgoverGrpc service.