Documentation
¶
Index ¶
- Variables
- func Streamer[T any](generator func(yield func(T) error) error) <-chan []byte
- type APIRoute
- type APIRouter
- type Application
- type BackgroundTaskManager
- type Body
- type Crumb
- type Dependency
- type HC
- type IActionResult
- type MediaType
- type Pathway
- type Query
- type RequestScope
- type Scope
- type Signal
- type Silk
- type TC
- type TestSuite
- type TestSuiteBench
- type UploadFile
- type WebsocketManager
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Response = responses.Response Ok = responses.Ok Created = responses.Created Accepted = responses.Accepted NoContent = responses.NoContent MovedPermanently = responses.MovedPermanently Found = responses.Found NotModified = responses.NotModified NotFound = responses.NotFound BadRequest = responses.BadRequest Forbidden = responses.Forbidden Conflict = responses.Conflict UnprocessableEntity = responses.UnprocessableEntity InternalServerError = responses.InternalServerError NotImplemented = responses.NotImplemented File = responses.File Html = responses.Html Template = responses.Template Throw = responses.Throw Problem = responses.Problem ValidationProblem = responses.ValidationProblem CreatedAt = responses.CreatedAt PartialContent = responses.PartialContent Streaming = responses.Streaming )
View Source
var Benchmark = testifyx.Benchmark
View Source
var Bootstrap = i.NewApplication
View Source
var Describe = testifyx.Describe
View Source
var NewTestClient = testifyx.NewTestClient
Functions ¶
Types ¶
type APIRouter ¶
type APIRouter = types.IAPIRouter
type Application ¶
type Application = types.IApplication
type BackgroundTaskManager ¶
type BackgroundTaskManager = tasks.BackgroundTaskManager
type Dependency ¶
type Dependency[T any] struct { Value T }
type IActionResult ¶
type IActionResult = responses.IActionResult
type MediaType ¶
const ( ApplicationProblemJSON MediaType = types.ApplicationProblemJSON ApplicationJSON MediaType = types.ApplicationJSON TextPlain MediaType = types.TextPlain TextHTML MediaType = types.TextHTML ApplicationXML MediaType = types.ApplicationXML OctetStream MediaType = types.OctetStream ApplicationForm MediaType = types.ApplicationForm MultipartForm MediaType = types.MultipartForm )
type RequestScope ¶
type RequestScope = types.IRequestScope
type TestSuiteBench ¶
type TestSuiteBench = testifyx.TestSuiteBench
type UploadFile ¶
type UploadFile = types.UploadFile
type WebsocketManager ¶
type WebsocketManager = ws.WebsocketManager
Click to show internal directories.
Click to hide internal directories.