handler

package
v0.0.0-...-e0e3a30 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handle

type Handle struct {
	Fetcher data.Fetcher
}

func (*Handle) Process

func (h *Handle) Process(requestParams map[string]string) (*domain.Output, int, error)

type Handler

type Handler interface {
	Process(requestParams map[string]string) (*domain.Output, int, error)
}

func NewHandler

func NewHandler(fetcher data.Fetcher) Handler

Jump to

Keyboard shortcuts

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