testutils

package
v0.3.0-alpha.6 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetTestContext

func GetTestContext(params map[string]string) serverutils.ParamContext

Types

type TestContext

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

func (*TestContext) Get

func (t *TestContext) Get(key string) any

Get retrieves data from the context.

func (*TestContext) Param

func (t *TestContext) Param(name string) string

Param returns path parameter by name.

func (*TestContext) ParamNames

func (t *TestContext) ParamNames() []string

ParamNames returns path parameter names.

func (*TestContext) ParamValues

func (t *TestContext) ParamValues() []string

ParamValues returns path parameter values.

func (*TestContext) Set

func (t *TestContext) Set(key string, val any)

Set saves data in the context.

Jump to

Keyboard shortcuts

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