transport

package
v0.0.0-...-609b270 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2021 License: BSD-2-Clause Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HttpHandler

type HttpHandler interface {
	GetQuotes() http.HandlerFunc
	GetBooks() http.HandlerFunc
	GetAuthors() http.HandlerFunc
	GetQuotesByAuthor() http.HandlerFunc
	GetQuotesByTitle() http.HandlerFunc

	UploadQuotes() http.HandlerFunc

	Login() http.HandlerFunc
	Registration() http.HandlerFunc
}

type KQHandler

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

func (KQHandler) GetAuthors

func (h KQHandler) GetAuthors() http.HandlerFunc

func (KQHandler) GetBooks

func (h KQHandler) GetBooks() http.HandlerFunc

func (KQHandler) GetQuotes

func (h KQHandler) GetQuotes() http.HandlerFunc

func (KQHandler) GetQuotesByAuthor

func (h KQHandler) GetQuotesByAuthor() http.HandlerFunc

func (KQHandler) GetQuotesByTitle

func (h KQHandler) GetQuotesByTitle() http.HandlerFunc

func (KQHandler) Login

func (h KQHandler) Login() http.HandlerFunc

func (KQHandler) Registration

func (h KQHandler) Registration() http.HandlerFunc

func (KQHandler) UploadQuotes

func (h KQHandler) UploadQuotes() http.HandlerFunc

Jump to

Keyboard shortcuts

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