presenter

package
v0.10.3 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Presenter

type Presenter func(Requester) http.HandlerFunc

func New

func New(render Render) Presenter

type Render

type Render func(http.ResponseWriter, Response)

type Requester

type Requester func(*http.Request) Response

type Response

type Response struct {
	Code  int
	Data  interface{}
	Error error
}

Jump to

Keyboard shortcuts

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