impl

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ComputeDoubleRequest

type ComputeDoubleRequest struct {
	Input64 int64
}

ComputeDoubleRequest is the internal representation of requests to the ComputeDouble endpoint.

type ComputeDoubleResponse

type ComputeDoubleResponse struct {
	Response int64
}

ComputeDoubleResponse is the internal representation of responses from the ComputeDouble endpoint.

type ServerInterface

All the functions this group's server needs to define.

type TellMeAPoemRequest

type TellMeAPoemRequest struct {
	IWantATitle bool
}

TellMeAPoemRequest is the internal representation of requests to the TellMeAPoem endpoint.

type TellMeAPoemResponse

type TellMeAPoemResponse struct {
	Title string
	Lines []string
}

TellMeAPoemResponse is the internal representation of responses from the TellMeAPoem endpoint.

type VersionedAPI

type VersionedAPI interface {
	Register(grpcServer *grpc.Server)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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