hellov1

package
v0.0.0-...-be2e87d Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Module = fx.Module(
		"hellov1",

		fx.Provide(newHelloServer),

		fx.Invoke(func(server *HelloServer) {

		}),
	)
)

Functions

This section is empty.

Types

type HelloServer

type HelloServer struct {
	pb.UnimplementedTestServiceServer
}

func (*HelloServer) Hello

func (s *HelloServer) Hello(_ context.Context, request *pb.HelloRequest) (*pb.HelloResponse, error)

Jump to

Keyboard shortcuts

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