Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BarServer ¶
type BarServer struct {
examplepb.UnimplementedBarAPIServer
}
func (BarServer) ListBars ¶
func (f BarServer) ListBars(ctx context.Context, example *examplepb.BarRequest) (*examplepb.BarResponse, error)
type FooServer ¶
type FooServer struct {
examplepb.UnimplementedFooAPIServer
}
func (FooServer) Hello ¶
func (f FooServer) Hello(ctx context.Context, example *examplepb.ExampleRequest) (*examplepb.ExampleResponse, error)
Click to show internal directories.
Click to hide internal directories.