testboot

package
v1.0.45 Latest Latest
Warning

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

Go to latest
Published: Dec 31, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Boot

type Boot struct {
	Method  string
	Path    string
	Handler func() error
}

Boot ...

type BootList added in v0.0.2

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

BootList ...

func (*BootList) Handle added in v0.0.2

func (inst *BootList) Handle(method string, path string, h func() error)

Handle ...

func (*BootList) List added in v0.0.2

func (inst *BootList) List() []*Boot

List ...

type BootingRegistry added in v0.0.2

type BootingRegistry interface {
	Boots() []*Boot
}

BootingRegistry ...

Jump to

Keyboard shortcuts

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