| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
WikiMusic.SSR.Model.Config
Documentation
Constructors
| AppConfig | |
Fields
| |
Instances
| Generic AppConfig Source # | |
| Show AppConfig Source # | |
| Eq AppConfig Source # | |
| (k ~ A_Lens, a ~ CookieConfig, b ~ CookieConfig) => LabelOptic "cookie" k AppConfig AppConfig a b Source # | |
Defined in WikiMusic.SSR.Model.Config | |
| (k ~ A_Lens, a ~ CorsConfig, b ~ CorsConfig) => LabelOptic "cors" k AppConfig AppConfig a b Source # | |
Defined in WikiMusic.SSR.Model.Config | |
| (k ~ A_Lens, a ~ DevConfig, b ~ DevConfig) => LabelOptic "dev" k AppConfig AppConfig a b Source # | |
Defined in WikiMusic.SSR.Model.Config | |
| (k ~ A_Lens, a ~ ServantConfig, b ~ ServantConfig) => LabelOptic "servant" k AppConfig AppConfig a b Source # | |
Defined in WikiMusic.SSR.Model.Config | |
| (k ~ A_Lens, a ~ WebFrontendConfig, b ~ WebFrontendConfig) => LabelOptic "webFrontend" k AppConfig AppConfig a b Source # | |
Defined in WikiMusic.SSR.Model.Config | |
| type Rep AppConfig Source # | |
Defined in WikiMusic.SSR.Model.Config | |
data ServantConfig Source #
Constructors
| ServantConfig | |
Instances
data CorsConfig Source #
Constructors
| CorsConfig | |
Instances
data CookieConfig Source #
Constructors
| CookieConfig | |
Instances
newtype WebFrontendConfig Source #
Constructors
| WebFrontendConfig | |