routes

package
v0.0.0-...-e6a2447 Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2022 License: 0BSD Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Module exports dependency to container

Functions

This section is empty.

Types

type AppointmentRoutes

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

func NewAppointmentRoutes

func NewAppointmentRoutes(
	handler lib.RequestHandler,
	controller controllers.AppointmentController,
) AppointmentRoutes

func (AppointmentRoutes) Setup

func (r AppointmentRoutes) Setup()

Setup user routes

type Route

type Route interface {
	Setup()
}

Route interface

type Routes

type Routes []Route

Routes contains multiple routes

func NewRoutes

func NewRoutes(
	appointmentRoutes AppointmentRoutes,
) Routes

NewRoutes sets up routes

func (Routes) Setup

func (r Routes) Setup()

Setup all the route

Jump to

Keyboard shortcuts

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