Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Web ¶
type WebCors ¶
type WebCors struct {
Enabled bool `yaml:"enabled"`
AllowOrigins string `yaml:"allow_origins"`
AllowCredentials bool `yaml:"allow_credentials"`
AllowMethods string `yaml:"allow_methods"`
AllowHeaders string `yaml:"allow_headers"`
MaxAge int `yaml:"max_age"`
ExposeHeaders string `yaml:"expose_headers"`
}
Click to show internal directories.
Click to hide internal directories.