Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GreeterService ¶
type GreeterService struct { greeterservice.UnimplementedGreeterServiceServer // contains filtered or unexported fields }
func New ¶
func New(jwtSecret string) *GreeterService
New returns a Service to be registered at a grpc.Server
func (*GreeterService) Hello ¶
func (s *GreeterService) Hello(ctx context.Context, in *greeterservice.HelloRequest) (*greeterservice.HelloResponse, error)
Click to show internal directories.
Click to hide internal directories.