Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
func NewController(app *application.Application) httpsrv.Controller
func NewGreetServer ¶ added in v0.2.0
func NewGreetServer(app *application.Application) helloworld.GreeterServer
Types ¶
type GreeterImpl ¶ added in v0.2.0
type GreeterImpl struct { helloworld.UnimplementedGreeterServer // contains filtered or unexported fields }
func (*GreeterImpl) SayHello ¶ added in v0.2.0
func (impl *GreeterImpl) SayHello(ctx context.Context, req *helloworld.HelloRequest) (*helloworld.HelloReply, error)
Click to show internal directories.
Click to hide internal directories.