package
1.5.1
Repository: https://github.com/microbus-io/fabric.git
Documentation: pkg.go.dev

# Functions

New constructs a new Connector with the given hostname.
NewConnector constructs a new Connector.

# Constants

LAB for all non-production environments such as dev integration, test, staging, etc.
LOCAL when developing on the local machine.
PROD for a production environment.
TESTING when running inside a testing app.

# Structs

Connector is the base class of a microservice.

# Type aliases

HTTPHandler extends the standard http.Handler to also return an error.