controller

package
v0.0.0-...-745c2f0 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2021 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BikesController

type BikesController interface {
	GetBikes(response http.ResponseWriter, request *http.Request)
	AddBike(response http.ResponseWriter, request *http.Request)
	UpdateBike(response http.ResponseWriter, request *http.Request)
	UploadImages(response http.ResponseWriter, request *http.Request)
	GetBikeById(response http.ResponseWriter, request *http.Request)
}

func NewBikesController

func NewBikesController(bikeService service.BikeService, uploadService service.UploadService) BikesController

Jump to

Keyboard shortcuts

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