Documentation
¶
Index ¶
Constants ¶
View Source
const ServiceName = "example-nested-grpc"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct{}
Server demonstrates a service in a nested directory that shares its package name with a sibling. Both example-nested/http and example-nested/grpc are package "server" - the codegen derives unique import aliases (examplenestedhttpserver, examplenestedgrpcserver) from the directory path.
Click to show internal directories.
Click to hide internal directories.