reservation

package
v0.0.0-...-27db7c2 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2022 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Server

type Server struct {
	Tracer       opentracing.Tracer
	Port         int
	IpAddr       string
	MongoSession *mgo.Session
	Registry     *registry.Client
	MemcClient   *memcache.Client
	// contains filtered or unexported fields
}

Server implements the user service

func (*Server) CheckAvailability

func (s *Server) CheckAvailability(ctx context.Context, req *pb.Request) (*pb.Result, error)

CheckAvailability checks if given information is available

func (*Server) MakeReservation

func (s *Server) MakeReservation(ctx context.Context, req *pb.Request) (*pb.Result, error)

MakeReservation makes a reservation based on given information

func (*Server) Run

func (s *Server) Run() error

Run starts the server

func (*Server) Shutdown

func (s *Server) Shutdown()

Shutdown cleans up any processes

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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