Categorygithub.com/uflare/uweb
modulepackage
1.0.0-alpha
Repository: https://github.com/uflare/uweb.git
Documentation: pkg.go.dev

# README

uWeb

a uflarians micro framework based on go plugins, it is all about just a plugin

How

just write a go plugin that has a Run(*sync.Map) function go build -buildmode=plugins and add it to the .env and start the uweb server

Credits

uFlare (c) 2018

# Functions

BootPlugins - initialize the plugins.

# Type aliases

RunHandler - the run function within a plugin.