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

# Functions

NewClient creates a new unicast client to the control.core microservice.
NewMulticastClient creates a new multicast client to the control.core microservice.

# Constants

Hostname is the default hostname of the microservice: control.core.

# Variables

Fully-qualified URLs of the microservice's endpoints.
Fully-qualified URLs of the microservice's endpoints.
Fully-qualified URLs of the microservice's endpoints.

# Structs

Client is an interface to calling the endpoints of the control.core microservice.
ConfigRefreshIn are the input arguments of ConfigRefresh.
ConfigRefreshOut are the return values of ConfigRefresh.
ConfigRefreshResponse is the response to ConfigRefresh.
MulticastClient is an interface to calling the endpoints of the control.core microservice.
PingIn are the input arguments of Ping.
PingOut are the return values of Ping.
PingResponse is the response to Ping.
ServiceInfo is a descriptor of the microservice that answers the ping.
TraceIn are the input arguments of Trace.
TraceOut are the return values of Trace.
TraceResponse is the response to Trace.