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 calculator.example microservice.
NewMulticastClient creates a new multicast client to the calculator.example microservice.

# Constants

Hostname is the default hostname of the microservice: calculator.example.

# 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

ArithmeticIn are the input arguments of Arithmetic.
ArithmeticOut are the return values of Arithmetic.
ArithmeticResponse is the response to Arithmetic.
Client is an interface to calling the endpoints of the calculator.example microservice.
DistanceIn are the input arguments of Distance.
DistanceOut are the return values of Distance.
DistanceResponse is the response to Distance.
MulticastClient is an interface to calling the endpoints of the calculator.example microservice.
Point is a 2D (X,Y) coordinate.
SquareIn are the input arguments of Square.
SquareOut are the return values of Square.
SquareResponse is the response to Square.