gowt

package module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 1, 2024 License: MIT Imports: 11 Imported by: 0

README

gowt

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewConverter

func NewConverter() converter

func NewHttpClient

func NewHttpClient() httpClient

func NewJsonReader

func NewJsonReader() jsonReader

Types

type Cacher

type Cacher interface {
	Get(k string) (v any, found bool)
	Set(k string, v any)
}

type Gowt

type Gowt interface {
	Middleware(next http.Handler) http.Handler
	// contains filtered or unexported methods
}

func NewGowt

func NewGowt(cacher Cacher) Gowt

Jump to

Keyboard shortcuts

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