render

package
v0.0.0-...-a52d1cd Latest Latest
Warning

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

Go to latest
Published: May 14, 2023 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 MockedRenderService

type MockedRenderService struct{}

func (MockedRenderService) Render

func (service MockedRenderService) Render(writer http.ResponseWriter, request *http.Request, data RenderInterface)

type RenderInterface

type RenderInterface interface {
	Render(writer http.ResponseWriter, request *http.Request) error
}

type RenderService

type RenderService struct{}

func (RenderService) Render

func (service RenderService) Render(writer http.ResponseWriter, request *http.Request, data RenderInterface)

type RenderServiceInterface

type RenderServiceInterface interface {
	Render(writer http.ResponseWriter, request *http.Request, data RenderInterface)
}

Jump to

Keyboard shortcuts

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