//
pkg.gl
Category
github.com/microbus-io/fabric
connector
package
1.5.1
Repository:
https://github.com/microbus-io/fabric.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
48
Dependents
22
Files
3.2k SLOC
#
Functions
New
New constructs a new Connector with the given hostname.
NewConnector
NewConnector constructs a new Connector.
#
Constants
LAB
LAB for all non-production environments such as dev integration, test, staging, etc.
LOCAL
LOCAL when developing on the local machine.
PROD
PROD for a production environment.
TESTING
TESTING when running inside a testing app.
#
Structs
Connector
Connector is the base class of a microservice.
#
Type aliases
HTTPHandler
HTTPHandler extends the standard http.Handler to also return an error.