repositorypackage
0.0.0-20240406133109-0b17b9e0fcf1
Repository: https://github.com/git-fal7/friend-for-gate.git
Documentation: pkg.go.dev
# README
friend-for-gate
A friend system plugin for the Gate proxy
getting started
add the package into your gate proxy
go get https://github.com/git-fal7/friend-for-gate
then, append the plugin into your plugins from the main() func
func main() {
proxy.Plugins = append(proxy.Plugins,
// your plugins
friendforgate.Plugin,
)
gate.Execute()
}
requirements
a working PostgreSQL database.