registry

package
v1.22.0 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2024 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewErrorMsg

func NewErrorMsg(err error) string

Types

type Endpoint

type Endpoint struct {
	Url     types.Url
	Handler func(w http.ResponseWriter, r *http.Request)
}

type ErrorMessage

type ErrorMessage struct {
	// Refactor to html friendly page.
	Msg  string `json:"msg"`
	Type string `json:"type"`
}

type Registion

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

func NewRegister

func NewRegister() *Registion

func (*Registion) Foreach

func (r *Registion) Foreach(callback func(*Endpoint))

func (*Registion) Register

func (r *Registion) Register(endpoint *Endpoint)

Jump to

Keyboard shortcuts

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