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.
Click to show internal directories.
Click to hide internal directories.