Documentation ¶
Index ¶
- func BenchmarkDecode[T any](b *testing.B, opt EncodingOptions[T])
- func BenchmarkEncode[T any](b *testing.B, opt EncodingOptions[T])
- func BenchmarkEncoding[T any](b *testing.B, opt EncodingOptions[T])
- func Decode[T any](t *testing.T, opt EncodingOptions[T])
- func Encode[T any](t *testing.T, opt EncodingOptions[T])
- func Encoding[T any](t *testing.T, opt EncodingOptions[T])
- func Router(t *testing.T, r don.Router, handler fasthttp.RequestHandler, basePath string)
- type EncodingOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BenchmarkDecode ¶ added in v0.2.0
func BenchmarkDecode[T any](b *testing.B, opt EncodingOptions[T])
func BenchmarkEncode ¶ added in v0.2.0
func BenchmarkEncode[T any](b *testing.B, opt EncodingOptions[T])
func BenchmarkEncoding ¶ added in v0.2.0
func BenchmarkEncoding[T any](b *testing.B, opt EncodingOptions[T])
Types ¶
type EncodingOptions ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.