Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddGreeter2Service ¶
AddGreeter2Service adds service to the DI container
func AddGreeterService ¶
AddGreeterService adds service to the DI container
Types ¶
type Service ¶
type Service struct { ContextAccessor contextaccessor.IContextAccessor ClaimsPrincipal claimsprincipalContracts.IClaimsPrincipal Logger loggerContracts.ILogger // contains filtered or unexported fields }
Service is used to implement helloworld.GreeterServer.
func (*Service) SayHello ¶
func (s *Service) SayHello(in *pb.HelloRequest) (*pb.HelloReply, error)
SayHello implements helloworld.GreeterServer
type Service2 ¶
type Service2 struct { ContextAccessor contextaccessor.IContextAccessor ClaimsPrincipal claimsprincipalContracts.IClaimsPrincipal Logger loggerContracts.ILogger // contains filtered or unexported fields }
func (*Service2) SayHello ¶
func (s *Service2) SayHello(in *pb.HelloRequest) (*pb.HelloReply2, error)
SayHello implements helloworld.GreeterServer
Click to show internal directories.
Click to hide internal directories.