doctron_context

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DoctronContext

type DoctronContext struct {
	// Embed the `iris.Context` -
	// It's totally optional but you will need this if you
	// don't want to override all the context's methods!
	iris.Context
}

Create your own custom Context, put any fields you'll need.

func (*DoctronContext) Do

func (ctx *DoctronContext) Do(handlers context.Handlers)

func (*DoctronContext) Next

func (ctx *DoctronContext) Next()

func (*DoctronContext) Write

func (ctx *DoctronContext) Write(rawBody []byte) (int, error)

Jump to

Keyboard shortcuts

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