Documentation
¶
Overview ¶
Package ginman provides a simple wrapper for Gin Web Framework.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
ContextMetadata map[string]any
CORSConfig cors.Config
EnableCompression bool
EnableLocation bool
EnableRecovery bool
EnableRequestID bool
Mode string
ValidationFuncs map[string]validator.Func
Validations []string
}
Options represents the options which can be set when creating a new engine.
Click to show internal directories.
Click to hide internal directories.