Documentation
¶
Overview ¶
Package api - реализация gRPC API сервиса pb/api.proto
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
}
Config содержит настройки, которые могут быть изменены в аргументах сервиса
type Server ¶
type Server struct {
pb.GreeterServer
// contains filtered or unexported fields
}
Server holds server methods implementation
func (*Server) SayHello ¶
func (srv *Server) SayHello(ctx context.Context, r *pb.HelloRequest) (*pb.HelloReply, error)
SayHello says hello
Click to show internal directories.
Click to hide internal directories.