cycle

package module
v0.0.0-...-53468ba Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2023 License: MPL-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cycle

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

func New

func New(r *mux.Router) *Cycle

func (*Cycle) OnAuth

func (c *Cycle) OnAuth(h HandlerFunc)

func (*Cycle) OnPostAuth

func (c *Cycle) OnPostAuth(h HandlerFunc)

func (*Cycle) OnPreAuth

func (c *Cycle) OnPreAuth(h HandlerFunc)

func (*Cycle) OnRequest

func (c *Cycle) OnRequest(h HandlerFunc)

func (*Cycle) OnValidate

func (c *Cycle) OnValidate(h HandlerFunc)

type HandlerFunc

type HandlerFunc func(w http.ResponseWriter, r *http.Request) (*http.Request, error)

Jump to

Keyboard shortcuts

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