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)
Click to show internal directories.
Click to hide internal directories.