Categorygithub.com/basemachina/bridge
modulepackage
1.0.5
Repository: https://github.com/basemachina/bridge.git
Documentation: pkg.go.dev

# README

Bridge

.github/workflows/test.yml Go Reference

Bridge is a secure gateway that relays access from BaseMachina to a tenant's data sources. (Database, API, etc...)

Download

Q&A

Please post any questions about the bridge or the hosted service on the discussions.

Bugs

Please file any issues about this code or the hosted service on the issue tracker.

Contributing

PRs welcome! But please file bugs. Commit messages should reference bugs.

We require Developer Certificate of Origin Signed-off-by lines in commits.

About Us

BaseMachina is primarily developed by the people at https://github.com/orgs/basemachina/people.

# Packages

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

# Functions

NewHTTPHandler is a handler for handling any requests.
No description provided by the author
ServeCheckConnectionServer serves http server that is used in connection check from API.

# Constants

ConnectionCheckPort is used in connection check from API.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Env stores configuration settings extract from enviromental variables The practice getting from environmental variables comes from https://12factor.net.
HTTPHandlerConfig is a config to setup bridge http handler.