route

package
v0.0.0-...-03efb0c Latest Latest
Warning

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

Go to latest
Published: Aug 6, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HeartbeatRoute

type HeartbeatRoute struct {
	// contains filtered or unexported fields
}

func NewHeartbeatRoute

func NewHeartbeatRoute(fr fiber.Router, h *handler.HeartbeatHandler) *HeartbeatRoute

func (*HeartbeatRoute) InitRoute

func (r *HeartbeatRoute) InitRoute(am middleware.Middleware)

type LocationRoute

type LocationRoute struct {
	// contains filtered or unexported fields
}

func NewLocationRoute

func NewLocationRoute(fr fiber.Router, h *handler.LocationHandler) *LocationRoute

func (*LocationRoute) InitRoute

func (r *LocationRoute) InitRoute(am middleware.Middleware)

type NotificationRoute

type NotificationRoute struct {
	// contains filtered or unexported fields
}

func (*NotificationRoute) InitRoute

func (r *NotificationRoute) InitRoute(am middleware.Middleware)

type RemoteConfigRoute

type RemoteConfigRoute struct {
	// contains filtered or unexported fields
}

func NewRemoteConfigRoute

func NewRemoteConfigRoute(
	fr fiber.Router,
	h *handler.RemoteConfigHandler,
) *RemoteConfigRoute

func (*RemoteConfigRoute) InitRoute

func (r *RemoteConfigRoute) InitRoute(am middleware.Middleware)

type ScheduleRoute

type ScheduleRoute struct {
	// contains filtered or unexported fields
}

func NewScheduleRoute

func NewScheduleRoute(fr fiber.Router, h *handler.ScheduleHandler) *ScheduleRoute

func (*ScheduleRoute) InitRoute

func (r *ScheduleRoute) InitRoute(am middleware.Middleware)

type UserRoute

type UserRoute struct {
	// contains filtered or unexported fields
}

func NewUserRoute

func NewUserRoute(fr fiber.Router, h *handler.UserHandler) *UserRoute

func (*UserRoute) InitRoute

func (r *UserRoute) InitRoute(am, adminMiddleware middleware.Middleware)

Jump to

Keyboard shortcuts

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