gapi

package
v0.0.0-...-5e0cdd1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 5, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GrpcLogger

func GrpcLogger(
	ctx context.Context,
	req interface{},
	info *grpc.UnaryServerInfo,
	handler grpc.UnaryHandler,
) (resp interface{}, err error)

func HttpLogger

func HttpLogger(handler http.Handler) http.Handler

Types

type ResponseRecorder

type ResponseRecorder struct {
	http.ResponseWriter
	StatusCode int
	Body       []byte
}

func (*ResponseRecorder) Write

func (rec *ResponseRecorder) Write(body []byte) (int, error)

func (*ResponseRecorder) WriteHeader

func (rec *ResponseRecorder) WriteHeader(statusCode int)

type Server

type Server struct {
	pb.UnimplementedIMServer
	// contains filtered or unexported fields
}

Server serves gRPC requests for our service.

func NewServer

func NewServer(config util.Config, store db.Store) (*Server, error)

NewServer creates a new gRPC server.

func (*Server) CreateMessage

func (server *Server) CreateMessage(ctx context.Context, req *pb.CreateMessageRequest) (*pb.CreateMessageResponse, error)

func (*Server) GetMessageStream

func (server *Server) GetMessageStream(req *emptypb.Empty, stream pb.IM_GetMessageStreamServer) error

GetMessageStream implements the GetMessageStream RPC method

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL