services

package
v0.0.0-...-eaa9bf8 Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2023 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CompetitorService

type CompetitorService struct {
}

func NewCompetitorService

func NewCompetitorService() *CompetitorService

func (*CompetitorService) HandlePayload

func (g *CompetitorService) HandlePayload(ctx context.Context, payload schema.Payload, db storage.Storage) (msg []byte, err error)

type DriverService

type DriverService struct {
}

func NewDriverService

func NewDriverService() *DriverService

func (*DriverService) HandlePayload

func (g *DriverService) HandlePayload(ctx context.Context, payload schema.Payload, db storage.Storage) (msg []byte, err error)

type EventService

type EventService struct {
}

func NewEventService

func NewEventService() *EventService

func (*EventService) HandlePayload

func (g *EventService) HandlePayload(ctx context.Context, payload schema.Payload, db storage.Storage) (msg []byte, err error)

type ServiceHandler

type ServiceHandler interface {
	HandlePayload(ctx context.Context, payload schema.Payload, db storage.Storage) ([]byte, error)
}

type TrackService

type TrackService struct {
}

func NewTrackService

func NewTrackService() *TrackService

func (*TrackService) HandlePayload

func (g *TrackService) HandlePayload(ctx context.Context, payload schema.Payload, db storage.Storage) (msg []byte, err error)

type VehicleService

type VehicleService struct {
}

func NewVehicleService

func NewVehicleService() *VehicleService

func (*VehicleService) HandlePayload

func (g *VehicleService) HandlePayload(ctx context.Context, payload schema.Payload, db storage.Storage) (msg []byte, err error)

Jump to

Keyboard shortcuts

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