pb

package
v0.0.0-...-7087f80 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2020 License: AGPL-3.0 Imports: 7 Imported by: 0

Documentation

Overview

File generated by github.com/ungerik/pkgreflect

Index

Constants

This section is empty.

Variables

View Source
var Consts = map[string]reflect.Value{}
View Source
var Functions = map[string]reflect.Value{
	"NewWerewolfServerClient":      reflect.ValueOf(NewWerewolfServerClient),
	"RegisterWerewolfServerServer": reflect.ValueOf(RegisterWerewolfServerServer),
}
View Source
var Types = map[string]reflect.Type{
	"WerewolfServerClient": reflect.TypeOf((*WerewolfServerClient)(nil)).Elem(),
	"WerewolfServerServer": reflect.TypeOf((*WerewolfServerServer)(nil)).Elem(),
}
View Source
var Variables = map[string]reflect.Value{}

Functions

func RegisterWerewolfServerServer

func RegisterWerewolfServerServer(s *grpc.Server, srv WerewolfServerServer)

Types

type WerewolfServerClient

type WerewolfServerClient interface {
	Start(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*empty.Empty, error)
}

WerewolfServerClient is the client API for WerewolfServer service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewWerewolfServerClient

func NewWerewolfServerClient(cc *grpc.ClientConn) WerewolfServerClient

type WerewolfServerServer

type WerewolfServerServer interface {
	Start(context.Context, *empty.Empty) (*empty.Empty, error)
}

WerewolfServerServer is the server API for WerewolfServer service.

Jump to

Keyboard shortcuts

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