Categorygithub.com/icco/relay
repositorypackage
0.0.0-20231230210347-093836a3d9b4
Repository: https://github.com/icco/relay.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

relay

Go Report Card GoDoc Build Status

A service that runs as a discord bot and proxies web requests to it.

Install

Expanding

Right now, all of the json types are defined in lib/proxy.go. If your json isn't a simple map[string]string, you can create a new type and add it to the file. You can see existing types in the docs.

Please add a test for each new type you add, so we don't break in the future.