Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Json ¶
type Json struct {
// contains filtered or unexported fields
}
Json represents a goccy/go-json plugin for fiber.
func NewJson ¶
func NewJson() *Json
NewJson returns a new goccy/go-json plugin with default options.
func NewJsonWithConfigPath ¶
NewJsonWithConfigPath returns a new goccy/go-json plugin with options from config path.
func NewJsonWithOptions ¶
NewJsonWithOptions returns a new goccy/go-json plugin with options.
type Options ¶
type Options struct {
Enabled bool
}
Options represents goccy/go-json plugin for fiber options.
func NewOptions ¶
NewOptions returns options from config file or environment vars.
func NewOptionsWithPath ¶
NewOptionsWithPath unmarshals options based a given key path.
Click to show internal directories.
Click to hide internal directories.