greetings

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GreetRequest

type GreetRequest struct {
	Name string
}

type GreetResponse

type GreetResponse struct {
	Value string
}

type GreeterService

type GreeterService interface {
	Greet(ctx context.Context, req *GreetRequest) (*GreetResponse, error)
}

type GreeterServiceHandler

type GreeterServiceHandler struct{}

func (GreeterServiceHandler) Greet

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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