gapi

package
v0.0.0-...-ec5b2ee Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2023 License: Apache-2.0 Imports: 25 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RunGatewayServer

func RunGatewayServer(config utils.Config, store db.Store)

func RunGrpcServer

func RunGrpcServer(config utils.Config, store db.Store)

Types

type Metadata

type Metadata struct {
	UserAgent string
	ClientIP  string
}

type Server

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

Server serves gRPC request for out banking service

func NewServer

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

NewServer create a new gRPC server and setup routing

func (*Server) CreateUser

func (server *Server) CreateUser(ctx context.Context, req *pb.CreateUserRequest) (*pb.CreateUserResponse, error)

func (*Server) LoginUser

func (server *Server) LoginUser(ctx context.Context, req *pb.LoginUserRequest) (*pb.LoginUserResponse, error)

Jump to

Keyboard shortcuts

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