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

# Constants

Hostname is the default hostname of the microservice: directory.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.
Fully-qualified URLs of the microservice's endpoints.
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 directory.example microservice.
CreateIn are the input arguments of Create.
CreateOut are the return values of Create.
CreateResponse is the response to Create.
DeleteIn are the input arguments of Delete.
DeleteOut are the return values of Delete.
DeleteResponse is the response to Delete.
ListIn are the input arguments of List.
ListOut are the return values of List.
ListResponse is the response to List.
LoadByEmailIn are the input arguments of LoadByEmail.
LoadByEmailOut are the return values of LoadByEmail.
LoadByEmailResponse is the response to LoadByEmail.
LoadIn are the input arguments of Load.
LoadOut are the return values of Load.
LoadResponse is the response to Load.
MulticastClient is an interface to calling the endpoints of the directory.example microservice.
Person is a personal record that is registered in the directory.
UpdateIn are the input arguments of Update.
UpdateOut are the return values of Update.
UpdateResponse is the response to Update.

# Type aliases

PersonKey is the primary key of the person.