errorhandling_test

package
v1.3.2 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DummyController

type DummyController struct {
	runtime.GleeceController // Embedding the GleeceController to inherit its methods
}

@Tag(Dummy Controller Tag) @Route(/test/sanity) @Description Sanity Controller

func (*DummyController) EmptyMethod

func (ec *DummyController) EmptyMethod() error

@Method(POST) @Route(/some/method)

type UnScannedTypeController added in v1.0.6

type UnScannedTypeController struct {
	runtime.GleeceController // Embedding the GleeceController to inherit its methods
}

@Tag(Dummy Controller Tag) @Route(/test/sanity) @Description Sanity Controller

func (*UnScannedTypeController) EmptyMethod added in v1.0.6

func (ec *UnScannedTypeController) EmptyMethod() (HoldsVeryNestedStructs, error)

@Method(POST) @Route(/some/method)

Jump to

Keyboard shortcuts

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