context

package
v0.0.0-...-4a67c56 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2023 License: NCSA Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Context

type Context struct {
	echo.Context
	Username string
	LoggedIn bool
}

func (*Context) ErrorWithFormat

func (ctx *Context) ErrorWithFormat(format ContextError, code int, title string, message string, err error) error

func (*Context) JSONError

func (ctx *Context) JSONError(code int, title string, message string, err error) error

func (*Context) RenderError

func (ctx *Context) RenderError(code int, title string, message string, err error) error

type ContextError

type ContextError string
const (
	ContextErrorFormatJSON ContextError = "json"
	ContextErrorFormatHTML ContextError = "html"
)

Jump to

Keyboard shortcuts

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