friendforgate

package module
v0.0.0-...-97d6419 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 6, 2024 License: MIT Imports: 2 Imported by: 0

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.

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Plugin = proxy.Plugin{
	Name: "Friends",
	Init: plugin.InitPlugin,
}

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL