Documentation
¶
Index ¶
Constants ¶
View Source
const ( PLUGIN = "plugin" SDK = "sdk" GENERATOR = "generator" MIDDLEWARE = "middleware" POP = "pop" TEMPLATING = "templating" GRIFTS = "grifts" DEPLOYMENT = "deployment" WEBPACK = "webpack" EXAMPLE = "example" TESTING = "testing" WORKER = "worker" OTHER = "other" )
Variables ¶
View Source
var KnownTags = []struct { Tag string Description string }{ {PLUGIN, "Plugins"}, {SDK, "Sdks"}, {GENERATOR, "Generators"}, {MIDDLEWARE, "Middleware"}, {POP, "Pop/Soda"}, {TEMPLATING, "Templating"}, {DEPLOYMENT, "Deployment"}, {TESTING, "Testing"}, {EXAMPLE, "Example Apps"}, {WORKER, "Workers/Adapters"}, {WEBPACK, "Webpack/Front-End"}, }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.