Created
December 24, 2019 04:46
-
-
Save zavr-1/da7cdb3730a2e9c259deda6edf1765cf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_goa.Router": { | |
"link": "https://github.com/idiocc/goa-router/wiki/Home#type-router", | |
"description": "Router For Goa Apps." | |
}, | |
"_goa.AllowedMethodsOptions": { | |
"link": "https://github.com/idiocc/goa-router/wiki/Home#type-allowedmethodsoptions", | |
"description": "The options for the `allowedMethods` middleware generation." | |
}, | |
"_goa.RouterConfig": { | |
"link": "https://github.com/idiocc/goa-router/wiki/Home#type-routerconfig", | |
"description": "Config for the router." | |
}, | |
"_goa.LayerConfig": { | |
"link": "https://github.com/idiocc/goa-router/wiki/Home#type-layerconfig", | |
"description": "Options for the layer." | |
}, | |
"_goa.Layer": { | |
"link": "https://github.com/idiocc/goa-router/wiki/Home#type-layer", | |
"description": "A single piece of middleware that can be matched for all possible routes." | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment