client

command
v0.0.0-...-b934907 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 17, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

grpc generates both clients and servers from a proto spec. Every call includes an argument struct with the fields required. Every call returns a struct and any error. Any errors or non-OK status codes are returned in the error. The returned error must be converted from a golang error to a protobuf status, after which you can access the status code, message, and a free-form slice of any's. The returned status codes are different http, and there is only 1 OK status code.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL